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