Skip to content

Commit bef8930

Browse files
aryelucursoragentnexusIL
authored
Add pretest script and lint:fix to package.json (#6)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: the0nexus <the0nexus@gmail.com>
1 parent 8539ba2 commit bef8930

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"pretest": "pnpm build",
1819
"test": "vitest run",
1920
"test:watch": "vitest",
2021
"build": "rollup -c",
2122
"build:force": "rollup -c || true",
2223
"dev": "tsc --watch",
2324
"lint": "eslint . --ext .ts",
25+
"lint:fix": "eslint . --ext .ts --fix",
2426
"clean": "find . -name '.DS_Store' -type f -delete"
2527
},
2628
"keywords": [

0 commit comments

Comments
 (0)