Skip to content

Commit

Permalink
run check during build
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed May 4, 2024
1 parent 4408c69 commit 87c069b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
issue_comment:
types: [created]
push:
branches:
- main
paths-ignore:
- 'design/**'
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"scripts": {
"astro": "astro",
"build": "astro check && astro build && npx @divriots/jampack ./dist",
"build": "npm run check && astro build && npx @divriots/jampack ./dist",
"check": "npm run lintpkg && npm run style && astro check",
"dev": "astro dev",
"fix": "npm run lintpkg:fix && npm run style:fix",
"genimage": "npm -C ./packages/image-generator run cli --",
Expand Down

0 comments on commit 87c069b

Please sign in to comment.