Update .gitlab-ci.yml file
This commit is contained in:
parent
47e8f283fd
commit
7ca739adb7
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
|
Loading…
Add table
Reference in a new issue