Skip to content

Commit

Permalink
Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Apr 28, 2024
1 parent 884dc7b commit de4a0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"default": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"ava": "NODE_OPTIONS='--import=tsx/esm' ava",
"xo": "xo",
"build": "rm -rf dist && tsc",
"release": "np --no-release-draft",
"test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava"
"prepare": "npm run build",
"test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava",
"ava": "NODE_OPTIONS='--import=tsx/esm' ava"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit de4a0e0

Please sign in to comment.