Skip to content

Commit

Permalink
chore(NPM): Add yarn package:reinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Apr 6, 2022
1 parent 3033931 commit 7dee60a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"serve": "npx browser-sync start --server dist/ --files 'dist/bundle.js' --no-open",
"serve-watch": "concurrently \"yarn serve\" \"yarn watch\"",
"build:archive": "./bin/archive-release.sh",
"build:prepare": "./bin/prepare-release.sh"
"build:prepare": "./bin/prepare-release.sh",
"package:reinstall": "npx rimraf node_modules && yarn"
},
"devDependencies": {
"@bamdadsabbagh/eslint-config": "^2.0.21",
Expand Down

0 comments on commit 7dee60a

Please sign in to comment.