Skip to content

Commit

Permalink
feat(scripts): Add release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
walkthunder committed Oct 18, 2023
1 parent 83e90c6 commit 9a7df6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"assets-bundle": "node esbuild.assets.config.mjs",
"format": "npx prettier --write .",
"release-patch": "pnpm version patch --tag-version-prefix ''",
"version": "node bump.mjs",
"clean": "npx rimraf main.js",
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
Expand Down

0 comments on commit 9a7df6a

Please sign in to comment.