File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 // Add the IDs of extensions you want installed when the container is created.
1717 "extensions" : [
1818 " dbaeumer.vscode-eslint" ,
19- " esbenp.prettier-vscode" ,
20- " tlent.jest-snapshot-language-support" ,
21- " ms-azuretools.vscode-docker"
19+ " esbenp.prettier-vscode"
2220 ],
2321
2422 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2523 // "forwardPorts": [],
2624
2725 // Use 'postCreateCommand' to run commands after the container is created.
28- // "postCreateCommand": "yarn install ",
26+ "postCreateCommand" : " npm i " ,
2927
3028 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3129 "remoteUser" : " node"
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ npx mimer readme.pdf
4848
4949## DEVELOPING
5050
51+ Just create a new Github Codespace or:
52+
5153``` CLI
5254$ npm i
5355$ npm test
You can’t perform that action at this time.
0 commit comments