Skip to content

Commit 79c8f49

Browse files
committed
package.json: clear dist before build
1 parent 9d5dcb4 commit 79c8f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"sideEffects": false,
1616
"scripts": {
17-
"build": "rollup --config --configProduction",
18-
"serve": "rollup --config --watch --configServe",
17+
"build": "rm -rf dist/ && rollup --config --configProduction",
18+
"serve": "rm -rf dist/ && rollup --config --watch --configServe",
1919
"speculos-bridge": "node speculos-bridge/speculos-bridge.js",
2020
"postinstall": "patch-package"
2121
},

0 commit comments

Comments
 (0)