Fix workflow

This commit is contained in:
Gregory Schier
2024-07-19 10:49:29 -07:00
parent 102bd588c2
commit 9617ee95e0

View File

@@ -10,6 +10,7 @@ jobs:
build-artifacts:
permissions:
contents: write
name: Build
strategy:
fail-fast: false
@@ -59,7 +60,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build plugins
run: node scrips/copy-plugins.cjs
run: node scripts/copy-plugins.cjs
- name: Run lint
run: npm run lint
- name: Run tests