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 83e90c6 commit 9a7df6aCopy full SHA for 9a7df6a
package.json
@@ -7,6 +7,7 @@
7
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
8
"assets-bundle": "node esbuild.assets.config.mjs",
9
"format": "npx prettier --write .",
10
+ "release-patch": "pnpm version patch --tag-version-prefix ''",
11
"version": "node bump.mjs",
12
"clean": "npx rimraf main.js",
13
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
0 commit comments