Skip to content

Commit

Permalink
Added build support
Browse files Browse the repository at this point in the history
  • Loading branch information
AradhanaR committed Jun 6, 2020
1 parent 4b58c75 commit a6fc2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build-dev": "webpack -d --mode development",
"build-prod": "webpack -p --mode production",
"dev-start": "cross-env NODE_ENV=development concurrently \"node server\" \"webpack-dev-server --hot --mode development --open\"",
"start": "cross-env NODE_ENV=production node server",
"start": "npm run build-prod && cross-env NODE_ENV=production node server",
"build": "npm install && npm run build-prod",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
Expand Down Expand Up @@ -57,4 +57,4 @@
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.10.2"
}
}
}

0 comments on commit a6fc2d4

Please sign in to comment.