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 4741918 commit fbaee01Copy full SHA for fbaee01
packages/bitcore-client/package.json
@@ -17,7 +17,7 @@
17
"clean": "rm -rf ./ts_build",
18
"pub": "npm run compile && npm publish",
19
"watch": "tsc --watch",
20
- "precompile": "cd ../bitcore-node && npm run build:prod",
+ "precompile": "cd ../bitcore-node && npm run clean && npm run build:prod",
21
"compile": "npm run clean && npm run build",
22
"test": "mocha -r tsx test/**/*.test.ts",
23
"precommit": "npm run lint; npm run fix:errors",
0 commit comments