Skip to content
Snippets Groups Projects
Commit 64af2377 authored by Jonny Ngo Luong's avatar Jonny Ngo Luong
Browse files

a

parent e6037f7b
No related branches found
No related tags found
No related merge requests found
Pipeline #120403 failed
......@@ -12,13 +12,16 @@ build:
before_script:
- npm --silent install
- cd server && npm --silent install && cd ..
- cd ../client && npm --silent install
- pwd
- cd client && npm --silent install
script:
- cd server && npm run build && cd ..
- cd ../client && npm build
- pwd
- cd client && npm build
test:
stage: test
script:
- cd server && npm test && cd ..
- pwd
- cd ../client && npm test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment