Skip to content

Commit fbaee01

Browse files
committed
add clean to bcc precompile
1 parent 4741918 commit fbaee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bitcore-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"clean": "rm -rf ./ts_build",
1818
"pub": "npm run compile && npm publish",
1919
"watch": "tsc --watch",
20-
"precompile": "cd ../bitcore-node && npm run build:prod",
20+
"precompile": "cd ../bitcore-node && npm run clean && npm run build:prod",
2121
"compile": "npm run clean && npm run build",
2222
"test": "mocha -r tsx test/**/*.test.ts",
2323
"precommit": "npm run lint; npm run fix:errors",

0 commit comments

Comments
 (0)