File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ ENV DEBIAN_FRONTEND noninteractive
26
26
ENV NODE_OPTIONS --dns-result-order=ipv4first
27
27
28
28
RUN apt-get -qq update && apt-get install -qq -y libnss3 libgtk-3-dev libxss1 libasound2 xvfb libsecret-1-0 jq > /dev/null
29
- RUN npm install -g typescript @vscode/vsce
30
29
31
30
USER node
32
31
WORKDIR /workspace
33
- ENTRYPOINT ["build/all.bash" ]
32
+ ENTRYPOINT ["build/all.bash" ]
Original file line number Diff line number Diff line change 37
37
],
38
38
"scripts" : {
39
39
"clean" : " rm -rf ./dist/* && rm *.vsix" ,
40
- "package" : " vsce package" ,
40
+ "package" : " npx vsce package" ,
41
41
"vscode:prepublish" : " npm run compile" ,
42
42
"bundle" : " esbuild src/goMain.ts debugAdapter=src/debugAdapter/goDebug.ts --bundle --outdir=dist --external:vscode --format=cjs --platform=node" ,
43
43
"bundle-dev" : " npm run bundle -- --sourcemap" ,
You can’t perform that action at this time.
0 commit comments