We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539a005 commit bf34f59Copy full SHA for bf34f59
package.json
@@ -43,8 +43,7 @@
43
"start": "node ./dist/index.js",
44
"build": "tsdown",
45
"lint": "biome lint",
46
- "format": "biome format --write",
47
- "release": "pnpm build && pnpm format && pnpm lint && pnpm publish",
+ "release": "pnpm build && pnpm copy-templates && pnpm publish",
48
"copy-templates": "xcopy \"templates\" \"dist\\templates\" /E /I /Y",
49
"link": "pnpm run build && pnpm copy-templates && pnpm link"
50
},
0 commit comments