We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b9350 commit 6e256f9Copy full SHA for 6e256f9
packages/client/package.json
@@ -30,7 +30,7 @@
30
"dev": "rollup -c -w",
31
"build": "rollup -c",
32
"prebuild:types": "rimraf ./build",
33
- "build:types": "tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run ",
+ "build:types": "tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run",
34
"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 && 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",
0 commit comments