Skip to content

Commit

Permalink
fix: run tsc before formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Sep 28, 2023
1 parent 5172b32 commit 0c98c05
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 @@ -13,7 +13,7 @@
"build:types": "mtc -p tsconfig.build.json",
"change": "changeset add",
"ci:test": "c8 npm test",
"format": "eslint -f unix --fix . && prettier . --write --log-level=error && sort-package-json --quiet ./{,packages/*/*/,tests/frameworks/*/}package.json",
"format": "build:types && eslint -f unix --fix . && prettier . --write --log-level=error && sort-package-json --quiet ./{,packages/*/*/,tests/frameworks/*/}package.json",
"prepare": "husky install",
"release": "npm run build && changeset publish",
"test": "npm run build:js && node -r '~preload' --test ./tests/fixtures/*/test.ts",
Expand Down

0 comments on commit 0c98c05

Please sign in to comment.