Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
/ models Public archive

Commit 2742c93

Browse files
committed
fix: don't install using npm on publish
1 parent 5609377 commit 2742c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "tsup ./src/index.ts --format esm --dts --clean",
2020
"prepublishOnly": "pnpm run build",
21-
"push": "np --no-tests"
21+
"push": "np --no-cleanup --no-tests --message \"chore: v%s\""
2222
},
2323
"keywords": [
2424
"typeorm",

0 commit comments

Comments
 (0)