Skip to content

Commit a4104f4

Browse files
Pauansendilkumarn
authored andcommitted
Running rimraf on dist and pkg
1 parent b2b8b8b commit a4104f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "rust-webpack-template",
44
"version": "0.1.0",
55
"scripts": {
6-
"build": "rimraf dist && webpack",
7-
"start": "webpack-dev-server --open -d",
6+
"build": "rimraf dist pkg && webpack",
7+
"start": "rimraf dist pkg && webpack-dev-server --open -d",
88
"test": "cargo test && wasm-pack test --headless"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)