浏览代码

[npm] Adding a watched dev version of webpack-npm

sreenaths 4 年之前
父节点
当前提交
d9aeb224d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -161,6 +161,7 @@
     "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
     "dev": "webpack --watch --config webpack.config.js -d",
     "dev-workers": "webpack --config webpack.config.workers.js --watch -d",
+    "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d",
     "less": "./node_modules/.bin/grunt less",
     "less-dev": "./node_modules/.bin/grunt watch",
     "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",