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

b

parent 64af2377
No related branches found
No related tags found
No related merge requests found
Pipeline #120404 failed
...@@ -11,17 +11,17 @@ build: ...@@ -11,17 +11,17 @@ build:
stage: build stage: build
before_script: before_script:
- npm --silent install - npm --silent install
- cd server && npm --silent install && cd .. - cd server && npm --silent install
- pwd - pwd
- cd client && npm --silent install - cd ../client && npm --silent install
script: script:
- cd server && npm run build && cd .. - cd ../server && npm run build
- pwd - pwd
- cd client && npm build - cd ../client && npm build
test: test:
stage: test stage: test
script: script:
- cd server && npm test && cd .. - cd server && npm test
- pwd - pwd
- cd ../client && npm test - 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