File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 "dev" : " rollup -c -w" ,
3131 "build" : " rollup -c" ,
3232 "prebuild:types" : " rimraf ./build" ,
33- "build:types" : " tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run" ,
33+ "build:types" : " tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run " ,
3434 "clean" : " rimraf ./build ./dist ./docs" ,
35- "gen-api" : " swagger-typescript-api -p https://api.relewise.com/public/swagger.json -o src/models --modular --no-client --enum-names-as-values" ,
36- "gen-api-dev" : " swagger-typescript-api -p swagger.json -o src/models --modular --no-client --enum-names-as-values --custom-config ./swagger-custom-config.j " ,
37- "publish" : " npm run gen-api && node fix-exports.js && npm run build && npm run build:types"
35+ "gen-api" : " swagger-typescript-api -p https://api.relewise.com/public/swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js " ,
36+ "gen-api-dev" : " swagger-typescript-api -p swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js " ,
37+ "publish" : " npm run gen-api && npm run build && npm run build:types"
3838 },
3939 "devDependencies" : {
4040 "@microsoft/api-extractor" : " ^7.47.9" ,
You can’t perform that action at this time.
0 commit comments