Ver a proveniência

Adds webview watch for build

main
Eric Amodio há 6 anos
ascendente
cometimento
3a730750d1
2 ficheiros alterados com 3 adições e 1 eliminações
  1. +1
    -0
      package.json
  2. +2
    -1
      src/ui/package.json

+ 1
- 0
package.json Ver ficheiro

@ -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 Ver ficheiro

@ -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",

Carregando…
Cancelar
Guardar