Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 26, 2024
1 parent 19d0181 commit ac05195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"new-version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "ts-node ./standalone/index.test.ts",
"release": "node release.js"
},
Expand Down

0 comments on commit ac05195

Please sign in to comment.