File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32253225 "rebuild" : " npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui" ,
32263226 "reset" : " npm run clean && npm install --no-save" ,
32273227 "watch" : " tsc -watch -m commonjs -p ./" ,
3228- "watch-ui" : " pushd \" ./src/ui\" && npm run watch --no-save && popd " ,
3228+ "watch-ui" : " cd \" ./src/ui\" && npm run watch --no-save && cd \" ../.. \" " ,
32293229
3230- "postinstall" : " node ./node_modules/vscode/bin/install && pushd \" ./src/ui\" && npm install --no-save && popd " ,
3230+ "postinstall" : " node ./node_modules/vscode/bin/install && cd \" ./src/ui\" && npm install --no-save && cd \" ../.. \" " ,
32313231 "prepush" : " npm run build" ,
32323232 "vscode:prepublish" : " npm run reset && npm run bundle"
32333233 },
You can’t perform that action at this time.
0 commit comments