Tweaked build instructions to play nice with git worktree.

This commit is contained in:
Douglas Muth 2023-05-08 21:52:29 -04:00
parent 2f12b03787
commit 3447a4acda

View file

@ -11,7 +11,7 @@
"clean": "rm -rfv dist/*bundle.js* node_modules package-lock.json", "clean": "rm -rfv dist/*bundle.js* node_modules package-lock.json",
"build": "npm install; webpack --mode production", "build": "npm install; webpack --mode production",
"dev-build": "npm install; webpack --watch --mode development", "dev-build": "npm install; webpack --watch --mode development",
"release-build": "rm -fv diceware.zip; pushd .. > /dev/null; zip -r diceware.zip diceware/; popd > /dev/null; mv ../diceware.zip ." "release-build": "rm -fv diceware.zip ; zip -r ../diceware.zip *; mv ../diceware.zip ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",