mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Tweaked build instructions to play nice with git worktree.
This commit is contained in:
parent
2f12b03787
commit
3447a4acda
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue