Browse Source

Fix CI

pull/66/head
Sacha Weatherstone 4 years ago
parent
commit
b383b05b2a
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      .github/workflows/main.yml
  2. 2
      .vscode/settings.json

2
.github/workflows/main.yml

@ -26,7 +26,7 @@ jobs:
with: with:
node-version: latest node-version: latest
- run: pnpm install - run: pnpm install
- run: pnpm format - run: pnpm format:check
- run: pnpm build - run: pnpm build
- run: pnpm package - run: pnpm package

2
.vscode/settings.json

@ -3,4 +3,4 @@
"editor.quickSuggestions": { "editor.quickSuggestions": {
"strings": true "strings": true
} }
} }

Loading…
Cancel
Save