Skip to content

Commit 6e256f9

Browse files
Update packages/client/package.json
Co-authored-by: Simon Walenkamp Hansen <141124692+SWH-Relewise@users.noreply.github.com>
1 parent b5b9350 commit 6e256f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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",
3535
"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",
3636
"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

Comments
 (0)