mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
Use npm ci instead of npm install (#336)
* dont write server_info.json either - second half of #318 * use npm ci * update lockfile * try this
This commit is contained in:
@@ -18,4 +18,4 @@ addons:
|
||||
install:
|
||||
- export DISPLAY=':99.0'
|
||||
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
- npm install
|
||||
- npm ci || npm i
|
||||
|
||||
Reference in New Issue
Block a user