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

c

parent f6dc977a
No related branches found
No related tags found
No related merge requests found
Pipeline #120384 failed
...@@ -10,16 +10,19 @@ install: ...@@ -10,16 +10,19 @@ install:
script: script:
- npm install - npm install
- cd server && npm install && cd .. - cd server && npm install && cd ..
- pwd
- cd client && npm install - cd client && npm install
build: build:
stage: build stage: build
script: script:
- cd server && npm run build && cd .. - cd server && npm run build && cd ..
- 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 && cd ..
- 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