소스 검색

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

불러오는 중...
취소
저장