Skip to content

Commit

Permalink
chore: build before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Sep 13, 2024
1 parent e4e2574 commit 539707c
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 @@ -27,7 +27,7 @@
"docs:api:markdown": "npx typedoc --theme markdown --exclude ./src/test --out ./docs/api ./src",
"docs:api:website": "npx typedoc --exclude ./src/test --out docs ./src",
"jest": "npx jest",
"lint": "eslint --ext .js,.ts,.tsx *.js src test --color",
"lint": "npm run build && eslint --ext .js,.ts,.tsx *.js src test --color",
"mocha": "mocha",
"prepare": "npx sort-package-json",
"test": "npm run build && npm run jest",
Expand Down

0 comments on commit 539707c

Please sign in to comment.