Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
blwatkins committed Dec 15, 2024
1 parent 4b7f51d commit 6492b13
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 @@ -34,7 +34,7 @@
"build": "rm -r ./out; tsup",
"docs": "typedoc",
"lint:js": "eslint -c ./eslint.config.js.mjs eslint.config.js.mjs eslint.config.ts.mjs",
"lint:ts": "eslint -c ./eslint.config.ts.mjs ./src jest.config.ts tsup.config.ts",
"lint:ts": "eslint -c eslint.config.ts.mjs ./src ./jest.config.ts ./tsup.config.ts",
"prepack": "npm run build",
"test": "jest"
},
Expand Down

0 comments on commit 6492b13

Please sign in to comment.