瀏覽代碼

Fixes #392 - unable to contribute if default script shell is sh

main
Cédric Malard 6 年之前
committed by Eric Amodio
父節點
當前提交
8ceb663400
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      package.json

+ 2
- 2
package.json 查看文件

@ -3225,9 +3225,9 @@
"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",
"watch-ui": "cd \"./src/ui\" && npm run watch --no-save && cd \"../..\"",
"postinstall": "node ./node_modules/vscode/bin/install && pushd \"./src/ui\" && npm install --no-save && popd",
"postinstall": "node ./node_modules/vscode/bin/install && cd \"./src/ui\" && npm install --no-save && cd \"../..\"",
"prepush": "npm run build",
"vscode:prepublish": "npm run reset && npm run bundle"
},

Loading…
取消
儲存