Skip to content

Commit 2c7f3e5

Browse files
committed
update package.json scripts
1 parent 0e04890 commit 2c7f3e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"version": "1.2.2",
44
"main": "main.js",
55
"scripts": {
6-
"dev": "node esbuild.config.mjs",
6+
"start": "node esbuild.config.mjs",
77
"clean": "rm -rf build",
88
"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"
9+
"version": "node version-bump.mjs && git add manifest.json versions.json",
10+
"release": "yarn build && gh release create ${npm_package_version} build/*"
1011
},
1112
"keywords": [],
1213
"author": "Reorx",

0 commit comments

Comments
 (0)