mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
fix: remove base.Dockerfile as it's not needed
This commit is contained in:
parent
7ba4524df8
commit
0769273cc2
@ -1,7 +0,0 @@
|
||||
ARG VARIANT=18
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}
|
||||
|
||||
# Install tslint, typescript. eslint is installed by javascript image
|
||||
ARG NODE_MODULES="tslint-to-eslint-config typescript"
|
||||
RUN su node -c "umask 0002 && npm install -g ${NODE_MODULES}" \
|
||||
&& npm cache clean --force > /dev/null 2>&1
|
@ -7,9 +7,16 @@
|
||||
"VARIANT": "18"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
"customizations": {
|
||||
"env": {
|
||||
"PATH": "/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
},
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
"extensions": ["dbaeumer.vscode-eslint"]
|
||||
}
|
||||
},
|
||||
"extensions": ["dbaeumer.vscode-eslint"],
|
||||
"remoteUser": "node"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user