chore: fix ci
parent
916426d2a7
commit
16b870ce21
|
@ -2,10 +2,10 @@
|
|||
image: node:lts
|
||||
# Functions that should be executed before the build script is run
|
||||
before_script:
|
||||
- yarn install --frozen-lockfile
|
||||
- npm run install --ci
|
||||
pages:
|
||||
script:
|
||||
- yarn build
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
# The folder that contains the files to be exposed at the Page URL
|
||||
|
|
Loading…
Reference in New Issue