Skip to content

Commit 9a7df6a

Browse files
committed
feat(scripts): Add release script.
1 parent 83e90c6 commit 9a7df6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
88
"assets-bundle": "node esbuild.assets.config.mjs",
99
"format": "npx prettier --write .",
10+
"release-patch": "pnpm version patch --tag-version-prefix ''",
1011
"version": "node bump.mjs",
1112
"clean": "npx rimraf main.js",
1213
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"

0 commit comments

Comments
 (0)