There was an error while loading. Please reload this page.
1 parent 05001c4 commit ec586c9Copy full SHA for ec586c9
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
"extensions": [
3
"gh-gh-dogfooding.codespaces-zero"
4
],
5
- "onCreateCommand": "npm install",
+ "onCreateCommand": "npm install && npm run build",
6
"codespaces": {
7
"zero": {
8
"defaultFile": "src/App.js",
0 commit comments