Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit dc7d0f8

Browse files
committed
Revert "Update reinstall script"
This reverts commit 185d302.
1 parent 185d302 commit dc7d0f8

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
@@ -22,7 +22,7 @@
2222
"main": "index.js",
2323
"scripts": {
2424
"clean": "shx rm -rf dist/ && shx mkdir -p dist",
25-
"reinstall": "shx rm -rf package-lock.json node_modules && npm install",
25+
"reinstall": "shx rm -rf node_modules && npm install",
2626
"add-dist": "npm run clean && npm run build && git add dist/ --force && git commit -am \"Updating dist\"",
2727
"publish": "git push origin --tags && npm run changelog && git push origin",
2828
"bower": "node version && git add bower.json && git commit -am \"Update version\"",

0 commit comments

Comments
 (0)