Skip to content

Commit b5b9350

Browse files
committed
test
1 parent 6269d67 commit b5b9350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
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",

0 commit comments

Comments
 (0)