Skip to content

Commit

Permalink
fix zip files' md5 sum different
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 committed Feb 11, 2020
1 parent 7642cc5 commit 0da0913
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 @@ -15,7 +15,7 @@
"build-firefox": "cross-env NODE_ENV=production BROWSER_PROTO=firefox webpack --hide-modules",
"build:dev": "cross-env NODE_ENV=development BROWSER_PROTO=chrome webpack --hide-modules",
"build-firefox:dev": "cross-env NODE_ENV=development BROWSER_PROTO=firefox webpack --hide-modules",
"build-zip": "node scripts/build-zip.js",
"build-zip": "find dist | xargs touch -mt 202002110000 && cd dist && zip -r -X dist.zip . && mv dist.zip ..",
"watch": "npm run build -- --watch",
"watch-firefox": "npm run build-firefox -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
Expand Down

0 comments on commit 0da0913

Please sign in to comment.