Sacha Weatherstone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/main.yml
|
|
@ -26,6 +26,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
node-version: '16' |
|
|
node-version: '16' |
|
|
cache: 'pnpm' |
|
|
cache: 'pnpm' |
|
|
|
|
|
- run: pnpm install |
|
|
- run: pnpm lint |
|
|
- run: pnpm lint |
|
|
- run: pnpm build |
|
|
- run: pnpm build |
|
|
- run: pnpm package |
|
|
- run: pnpm package |
|
|
|