Bläddra i källkod

Adds webview watch for build

main
Eric Amodio 6 år sedan
förälder
incheckning
3a730750d1
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. +1
    -0
      package.json
  2. +2
    -1
      src/ui/package.json

+ 1
- 0
package.json Visa fil

@ -3020,6 +3020,7 @@
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",
"reset": "npm run clean && npm install --no-save",
"watch": "tsc -watch -m commonjs -p ./",
"watch-ui": "pushd \"./src/ui\" && npm run watch --no-save && popd",
"postinstall": "node ./node_modules/vscode/bin/install && pushd \"./src/ui\" && npm install --no-save && popd",
"prepush": "npm run build",

+ 2
- 1
src/ui/package.json Visa fil

@ -21,7 +21,8 @@
"private": true,
"scripts": {
"build": "webpack --env.production",
"build-dev": "webpack"
"build-dev": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"@types/node": "10.0.7",

Laddar…
Avbryt
Spara