+6
−2
+2
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -19,7 +19,8 @@ | ||
"main": "index.js",
|
||
"scripts": {
|
||
"generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldstorage/worldstorageopenapi.yaml --type-mappings=set=std::vector -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh",
|
||
"build": "cd EtsiServerGen && conan install . --build=missing && cd build && cmake .. --preset conan-release && cd Release && cmake --build . && sudo make install"
|
||
"build": "cd EtsiServerGen && conan install . --build=missing && cd build && cmake .. --preset conan-release && cd Release && cmake --build . && sudo make install",
|
||
"buildDebug": "cd EtsiServerGen && conan install -s build_type=Debug . --build=missing && cd build && cmake .. --preset conan-debug && cd Debug && cmake --build . --config Debug && sudo make install"
|
||
},
|
||
"devDependencies": {
|
||
"@openapitools/openapi-generator-cli": "^2.7.0"
|
||
Loading