changed clean install to just install
This commit is contained in:
@@ -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 ci
|
- npm install
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- vite build
|
- vite build
|
||||||
|
|||||||
Reference in New Issue
Block a user