Skip to content

Commit

Permalink
Update packages/client/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Walenkamp Hansen <[email protected]>
  • Loading branch information
mzanoni and SWH-Relewise authored Oct 2, 2024
1 parent b5b9350 commit 6e256f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dev": "rollup -c -w",
"build": "rollup -c",
"prebuild:types": "rimraf ./build",
"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",
"clean": "rimraf ./build ./dist ./docs",
"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",
"gen-api-dev": "swagger-typescript-api -p swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js",
Expand Down

0 comments on commit 6e256f9

Please sign in to comment.