Skip to content

Commit

Permalink
prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Oct 2, 2024
1 parent ecc1c04 commit afcfe7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"scripts": {
"test": "vitest --config ./vitest.config.ts --coverage run",
"format": "npx prettier src test --write --single-quote",
"build": "tsc -p ."
"build": "tsc -p .",
"prepublishOnly": "npm run build"
}
}

0 comments on commit afcfe7a

Please sign in to comment.