Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit 2e4f301

Browse files
author
Dustin Noyes
committed
fixes(#2165)
1 parent 69ecde5 commit 2e4f301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"scripts": {
99
"dev": "webpack-dev-server --progress --config build/webpack.dev.conf.js",
10-
"start": "npm run dev",
10+
"start": "NODE_ENV=development npm run dev",
1111
"test": "npm run unit",
1212
"lint": "eslint --ext .js,.vue src test/unit/specs",
1313
"build": "node build/build.js"

0 commit comments

Comments
 (0)