Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 31, 2023
1 parent 43925c4 commit 1f3cc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"test:build": "publint --strict",
"test:eslint": "eslint --ext .ts,.tsx src",
"test:format": "pnpm run prettier --check",
"test:pr": "nx run-many --targets=test:format,test:eslint"
"test:pr": "nx run-many --targets=test:format,test:eslint",
"test:ci": "nx run-many --targets=test:format,test:eslint"
},
"nx": {
"includedScripts": [
Expand Down

0 comments on commit 1f3cc0c

Please sign in to comment.