mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +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
|
||||
|
||||
@@ -14,7 +14,7 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
- npm ci
|
||||
|
||||
test_script:
|
||||
- node --version && npm --version
|
||||
|
||||
Reference in New Issue
Block a user