chore: npm ci -> npm i

This commit is contained in:
avwo 2019-11-26 16:37:47 +08:00
parent b36ea6a498
commit 2de8f2e7c1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- lts/*
install:
- npm ci
- npm i
script:
- npm run docs:build
deploy: