Skip to content

Commit

Permalink
Merge branch 'develop' into sgratzl/sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 1, 2018
2 parents fdee66c + dc4f977 commit 44b9465
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 @@ -72,7 +72,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 44b9465

Please sign in to comment.