Browse Source

Fix CI

pull/2/head
Sacha Weatherstone 5 years ago
committed by GitHub
parent
commit
a6d5503f9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -26,6 +26,7 @@ jobs:
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
- run: pnpm build
- run: pnpm package

Loading…
Cancel
Save