Skip to content

Commit 01a343e

Browse files
committed
(chore) fix reset-all script
1 parent 8b24b67 commit 01a343e

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
@@ -39,7 +39,7 @@
3939
"lint": "vue-cli-service lint",
4040
"test": "jest",
4141
"reset": "rm -rf node_modules && rm -rf package-lock.json && npm i --legacy-peer-deps",
42-
"reset-all": "npm run reset && cd demo && npm run reset"
42+
"reset-all": "cd demo && npm run reset-all"
4343
},
4444
"typings": "types/index.d.ts",
4545
"files": [

0 commit comments

Comments
 (0)