Skip to content

Commit

Permalink
makes no sense but required for cross-zip since it switches directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 1, 2018
1 parent 85d2fe6 commit dc4f977
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 @@ -71,7 +71,7 @@
"start": "webpack-dev-server --mode development --devtool source-map",
"predist": "npm run build",
"dist": "mkdirp dist && cross-zip ./build ./dist/lineupjs.zip",
"postdist": "npm run docs && cross-zip ./build/docs ./dist/lineupjs_docs.zip",
"postdist": "npm run docs && cross-zip ./build/docs ../dist/lineupjs_docs.zip",
"preversion": "npm test",
"prepare": "echo 'dummy prepare since prepack has no dev dependencies'",
"prepack": "npm run clean && npm run compile && npm run build:prod",
Expand Down

0 comments on commit dc4f977

Please sign in to comment.