8000 Run build too · github/codespaces-react@ec586c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec586c9

Browse files
authored
Run build too
1 parent 05001c4 commit ec586c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extensions": [
33
"gh-gh-dogfooding.codespaces-zero"
44
],
5-
"onCreateCommand": "npm install",
5+
"onCreateCommand": "npm install && npm run build",
66
"codespaces": {
77
"zero": {
88
"defaultFile": "src/App.js",

0 commit comments

Comments
 (0)
0