CI - use ci instead of install

main
Dragan Filipovic 2021-04-17 00:39:39 +02:00
parent 9ae3c340cb
commit e9c43c6900
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
with: with:
node-version: 12 node-version: 12
- run: | - run: |
npm install npm ci
npm run lint npm run lint
npm run build npm run build
- name: Setup version - name: Setup version