Skip to content

Commit dabf76a

Browse files
committed
chore: remove pretest script as pnpm does not run it
The script can cause confusion as it has no effect with pnpm see https://pnpm.io/cli/run#differences-with-npm-run
1 parent 9d6edab commit dabf76a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"prepare": "pnpm run build && tsc",
2121
"build": "jison src/parser.jison -o src/parser.js",
2222
"lint": "eslint . && tsc",
23-
"pretest": "pnpm run build",
2423
"test": "uvu test"
2524
},
2625
"author": "Andy Jansson",

0 commit comments

Comments
 (0)