Skip to content

Commit

Permalink
Tweaked build instructions to play nice with git worktree.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed May 9, 2023
1 parent 2f12b03 commit 3447a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -rfv dist/*bundle.js* node_modules package-lock.json",
"build": "npm install; webpack --mode production",
"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": {
"type": "git",
Expand Down

0 comments on commit 3447a4a

Please sign in to comment.