Browse Source

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

sreenaths 4 years ago
parent
commit
d9aeb224d6
1 changed files with 1 additions and 0 deletions
  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",
     "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
     "dev": "webpack --watch --config webpack.config.js -d",
     "dev": "webpack --watch --config webpack.config.js -d",
     "dev-workers": "webpack --config webpack.config.workers.js --watch -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": "./node_modules/.bin/grunt less",
     "less-dev": "./node_modules/.bin/grunt watch",
     "less-dev": "./node_modules/.bin/grunt watch",
     "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
     "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",