Skip to content
Snippets Groups Projects
Commit 009fddb4 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Added a root level test script

parent adabe3a5
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"main": "server/build.js", "main": "server/build.js",
"scripts": { "scripts": {
"install": "cd server && yarn install --production=false && cd ../client && yarn install --production=false", "install": "cd server && yarn install --production=false && cd ../client && yarn install --production=false",
"test": "cd server && yarn test && cd ../client && yarn test",
"build": "cd server && yarn build && cd ../client && yarn build", "build": "cd server && yarn build && cd ../client && yarn build",
"start": "cd server && node build/index.js" "start": "cd server && node build/index.js"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment