diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 580bbb975d6..caae290a8e0 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "test": "tests" }, "scripts": { - "build": "webpack --progress --hide-modules --config core/webpack.prod.js", - "dev": "webpack --progress --watch --config core/webpack.dev.js" + "build": "webpack --progress --hide-modules --config webpack.prod.js", + "dev": "webpack --progress --watch --config webpack.dev.js" }, "repository": { "type": "git", |