Skip to content

Commit

Permalink
Run astro check before eslint to ensure astro's types are generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 3, 2024
1 parent 9f954bd commit 7101f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview",
"astro": "astro",
"codegen": "graphql-codegen --config gql-codegen.config.ts && prisma generate",
"test": "eslint . && tsc && astro check && vitest"
"test": "astro check && eslint . && tsc && vitest"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
Expand Down

0 comments on commit 7101f5b

Please sign in to comment.