Skip to content

Commit

Permalink
Update scripts to be more ci-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearndt committed Sep 26, 2024
1 parent 3d5d8be commit 619c11d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
"scripts": {
"build": "tsc -p tsconfig.build.json",
"eslint": "eslint . --fix",
"format:check": "prettier -c .",
"eslint-check": "eslint .",
"format": "prettier -w .",
"format-check": "prettier -c .",
"lint": "npm run eslint && npm run format",
"lint-check": "npm run eslint-check",
"test": "jest"
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 619c11d

Please sign in to comment.