chore: fix ci
parent
5b87e39063
commit
ab876dc468
|
@ -2,7 +2,7 @@
|
||||||
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:
|
||||||
- npm run install --ci
|
- npm install --ci
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in New Issue