Files
sapper/appveyor.yml
Rich Harris 3ce2bd30f9 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
2018-08-03 01:16:26 -04:00

21 lines
300 B
YAML

version: "{build}"
shallow_clone: true
init:
- git config --global core.autocrlf false
build: off
environment:
matrix:
# node.js
- nodejs_version: 10.5
install:
- ps: Install-Product node $env:nodejs_version
- npm ci
test_script:
- node --version && npm --version
- npm test