Skip to content

Commit

Permalink
Added formatting to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed May 27, 2024
1 parent 3ba412d commit 073a6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"scripts": {
"dev": "tsc --watch",
"build": "tsx scripts/build.ts",
"ci": "turbo build check-exports lint lint-pkg-json",
"ci": "turbo build check-exports lint lint-pkg-json format:check",
"check-exports": "check-export-map",
"lint": "tsc",
"lint-pkg-json": "tsx scripts/lint.ts",
"release": "turbo run publish",
"publish": "changeset publish",
"format:check": "prettier \"./src/**/**.ts\" --check",
"format": "prettier --write \"./src/**/**.ts\" --write"
},
"main": "./dist/recommended.js",
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependsOn": ["build"]
},
"lint": {},
"format-check": {},
"lint-pkg-json": {},
"publish": {
"dependsOn": ["build", "check-exports", "lint", "lint-pkg-json"],
Expand Down

0 comments on commit 073a6b9

Please sign in to comment.