소스 검색

Switches to bundled release

Reduces startup time
main
Eric Amodio 7 년 전
부모
커밋
75cd8cd9b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@ -2931,7 +2931,7 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"pub": "npm run clean && vsce publish",
"reset": "npm run clean && npm install",
"vscode:prepublish": "npm install --no-save && npm run compile",
"vscode:prepublish": "npm install --no-save && npm run bundle",
"prepush": "npm run compile"
},
"dependencies": {

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