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 7e44a66 commit f853e57Copy full SHA for f853e57
package.json
@@ -13,8 +13,8 @@
13
"repository": "github:cloudgraphdev/sdk",
14
"bugs": "https://github.com/cloudgraphdev/sdk/issues",
15
"scripts": {
16
- "build": "yarn prepublish",
17
- "prepublish": "npx tsc",
+ "build": "yarn prepack",
+ "prepack": "rm -rf dist && npx tsc",
18
"test": "NODE_ENV=test jest",
19
"lint": "eslint --config .eslintrc.json --ext .js,.ts ./",
20
"lint:fix": "eslint --fix --config .eslintrc.json --ext .js,.ts ./"
0 commit comments