Browse Source

Add build and lint to package CI run

master
Joe Attardi 5 years ago
parent
commit
e86c25d59b
  1. 2
      .github/workflows/npmpublish.yml

2
.github/workflows/npmpublish.yml

@ -13,6 +13,8 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
publish-npm:

Loading…
Cancel
Save