We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f12b03 commit 3447a4aCopy full SHA for 3447a4a
package.json
@@ -11,7 +11,7 @@
11
"clean": "rm -rfv dist/*bundle.js* node_modules package-lock.json",
12
"build": "npm install; webpack --mode production",
13
"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 ."
+ "release-build": "rm -fv diceware.zip ; zip -r ../diceware.zip *; mv ../diceware.zip ."
15
},
16
"repository": {
17
"type": "git",
0 commit comments