Skip to content

Commit

Permalink
Fix build script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubien committed Apr 22, 2016
1 parent e25e930 commit 0822b32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "tosxp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tree of Savior XP calculator",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node server.js",
"build": "cross-env NODE_ENV=production node webpack.prod.config.js",
"build": "cross-env NODE_ENV=production webpack -p --config webpack.prod.config.js",
"deploy": "npm run build && npm run bundle-version && gh-pages -d dist",
"preversion": "npm test",
"version": "git add -A",
"postversion": "npm run deploy",
"get-xp": "babel-node scripts/get-exp.js",
"get-cards": "babel-node scripts/get-cards.js",
Expand Down

0 comments on commit 0822b32

Please sign in to comment.