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

d2

parent ef34cdb7
No related branches found
No related tags found
No related merge requests found
Pipeline #120398 canceled
...@@ -11,8 +11,8 @@ build: ...@@ -11,8 +11,8 @@ build:
stage: build stage: build
before_script: before_script:
- npm --silent install - npm --silent install
- cd server && npm install && cd .. - cd server && npm --silent install && cd ..
- cd ../client && npm install - cd ../client && npm --silent install
script: script:
- cd server && npm run build && cd .. - cd server && npm run build && cd ..
- cd ../client && npm build - cd ../client && npm build
......
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