Files
sapper-template/appveyor.yml
2017-12-17 19:35:01 -05:00

15 lines
232 B
YAML

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