Skip to content

Commit 24d839e

Browse files
committed
rm node_modules when npm run lint
1 parent 646448d commit 24d839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tauri": "tauri",
1111
"build:wasm": "wasm-pack build src-wasm --release --target web",
1212
"build:wasm.debug": "wasm-pack build src-wasm --dev --target web",
13-
"clean": "cargo clean && shx rm -rf src-wasm/pkg",
13+
"clean": "cargo clean && shx rm -rf src-wasm/pkg node_modules",
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)