We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e04890 commit 2c7f3e5Copy full SHA for 2c7f3e5
1 file changed
package.json
@@ -3,10 +3,11 @@
3
"version": "1.2.2",
4
"main": "main.js",
5
"scripts": {
6
- "dev": "node esbuild.config.mjs",
+ "start": "node esbuild.config.mjs",
7
"clean": "rm -rf build",
8
"build": "tsc -noEmit -skipLibCheck && BUILD_ENV=production node esbuild.config.mjs && cp manifest.json build",
9
- "version": "node version-bump.mjs && git add manifest.json versions.json"
+ "version": "node version-bump.mjs && git add manifest.json versions.json",
10
+ "release": "yarn build && gh release create ${npm_package_version} build/*"
11
},
12
"keywords": [],
13
"author": "Reorx",
0 commit comments