Update .gitlab-ci.yml
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
image: node:lts
|
||||
# Functions that should be executed before the build script is run
|
||||
before_script:
|
||||
- yarn install --frozen-lockfile --prod
|
||||
- yarn install --frozen-lockfile
|
||||
pages:
|
||||
script:
|
||||
- yarn build
|
||||
|
||||
Reference in New Issue
Block a user