Update file .gitlab-ci.yml
This commit is contained in:
@@ -26,5 +26,6 @@ build: # This job runs in the build stage, which runs first.
|
|||||||
before_script:
|
before_script:
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
Reference in New Issue
Block a user