We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5dcb4 commit 79c8f49Copy full SHA for 79c8f49
package.json
@@ -14,8 +14,8 @@
14
],
15
"sideEffects": false,
16
"scripts": {
17
- "build": "rollup --config --configProduction",
18
- "serve": "rollup --config --watch --configServe",
+ "build": "rm -rf dist/ && rollup --config --configProduction",
+ "serve": "rm -rf dist/ && rollup --config --watch --configServe",
19
"speculos-bridge": "node speculos-bridge/speculos-bridge.js",
20
"postinstall": "patch-package"
21
},
0 commit comments