Skip to content

Commit

Permalink
update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed May 17, 2022
1 parent 0e04890 commit 2c7f3e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.2.2",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"start": "node esbuild.config.mjs",
"clean": "rm -rf build",
"build": "tsc -noEmit -skipLibCheck && BUILD_ENV=production node esbuild.config.mjs && cp manifest.json build",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "yarn build && gh release create ${npm_package_version} build/*"
},
"keywords": [],
"author": "Reorx",
Expand Down

0 comments on commit 2c7f3e5

Please sign in to comment.