Skip to content

Commit bf34f59

Browse files
committed
refactor: make better
1 parent 539a005 commit bf34f59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"start": "node ./dist/index.js",
4444
"build": "tsdown",
4545
"lint": "biome lint",
46-
"format": "biome format --write",
47-
"release": "pnpm build && pnpm format && pnpm lint && pnpm publish",
46+
"release": "pnpm build && pnpm copy-templates && pnpm publish",
4847
"copy-templates": "xcopy \"templates\" \"dist\\templates\" /E /I /Y",
4948
"link": "pnpm run build && pnpm copy-templates && pnpm link"
5049
},

0 commit comments

Comments
 (0)