Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adjust npm typecheck script
Browse files Browse the repository at this point in the history
trevormunoz committed Jul 30, 2024
1 parent cc50da7 commit c3df03a
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
@@ -13,7 +13,7 @@
"build-pages": "BASEPATH=/mith-static gatsby build --prefix-paths",
"develop": "gatsby develop",
"test": "playwright test",
"check": "tsc --noEmit",
"check": "tsc --noEmit && tsc -p ./gatsby-node.ts",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},

0 comments on commit c3df03a

Please sign in to comment.