-
- Downloads
Step 1 through 5 are implemented. gridGame.js and gridGameSlice.js are implemented.
... | @@ -15,7 +15,8 @@ | ... | @@ -15,7 +15,8 @@ |
"test-once": "run-s --continue-on-error test-once:**", | "test-once": "run-s --continue-on-error test-once:**", | ||
"test": "run-s test-once", | "test": "run-s test-once", | ||
"build:gridGame": "cd gridGame && npm run build", | "build:gridGame": "cd gridGame && npm run build", | ||
"build": "run-s build:**" | "build": "run-s build:**", | ||
"start": "cd gridGame && npm start" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"ghooks": "^2.0.4", | "ghooks": "^2.0.4", | ||
... | ... |
Please register or sign in to comment