chore: consistent CI build files

This commit is contained in:
Matt Mazzola 2019-03-29 08:11:34 -07:00
Родитель ab405ef037
Коммит fc6828a1ff
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -16,6 +16,9 @@ notifications:
node_js:
- node
install:
- npm ci
script:
- npm run build
- npm test

Просмотреть файл

@ -12,7 +12,7 @@ cache:
- '%AppData%\..\Local\Cypress\Cache -> package-lock.json'
install:
- npm install
- npm ci
before_build:
# Output useful info for debugging.