Skip to content

Commit 3447a4a

Browse files
committed
Tweaked build instructions to play nice with git worktree.
1 parent 2f12b03 commit 3447a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "rm -rfv dist/*bundle.js* node_modules package-lock.json",
1212
"build": "npm install; webpack --mode production",
1313
"dev-build": "npm install; webpack --watch --mode development",
14-
"release-build": "rm -fv diceware.zip; pushd .. > /dev/null; zip -r diceware.zip diceware/; popd > /dev/null; mv ../diceware.zip ."
14+
"release-build": "rm -fv diceware.zip ; zip -r ../diceware.zip *; mv ../diceware.zip ."
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)