npm install in publish workflow

This commit is contained in:
Andrew Branch
2020-03-05 16:15:55 -08:00
parent b18d33dca3
commit 52d5e514d7

View File

@@ -11,6 +11,8 @@ jobs:
node-version: 12.x
registry-url: https://npm.pkg.github.com
scope: '@definitelytyped'
- name: install
run: npm ci
- name: lint
run: npm run lint
- name: test