Skip to content

Commit f2a8509

Browse files
Copilotdgreif
andcommitted
Add build and lint steps to publish workflow
Co-authored-by: dgreif <3026298+dgreif@users.noreply.github.com>
1 parent 1e00d9f commit f2a8509

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
cache: npm
2020
- run: npm ci
2121
- run: npx playwright install chromium --only-shell
22+
- run: npm run build
23+
- run: npm run lint
2224
- run: npm test
2325
- run: npm version ${TAG_NAME} --git-tag-version=false
2426
env:

0 commit comments

Comments
 (0)