-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
In package.json we should see the following:
"scripts": {
"dev": "export NODE_ENV=development && webpack-dev-server --devtool eval --progress --colors --port=9000 --hot --content-base app",
"test": "export NODE_ENV=test && karma start",
"build": "export NODE_ENV=production && node node_modules/.bin/webpack && cp app/app.html dist/index.html"
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels