Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasSas committed Jan 12, 2024
1 parent 7a66ff1 commit 9bb5353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -7,9 +7,11 @@
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
" ": "",
"internal_version_bump-full": "npx ts-node tools/internal_version_bump.mjs full && git add package.json manifest.json && git commit -m \"Version Bump\"",
"internal_version_bump-change": "npx ts-node tools/internal_version_bump.mjs change && git add package.json manifest.json && git commit -m \"Version Bump\"",
"internal_version_bump-fix": "npx ts-node tools/internal_version_bump.mjs fix && git add package.json manifest.json && git commit -m \"Version Bump\"",
" ": "",
"update-git-tag": "npx ts-node tools/set-git-tags.mjs"
},
"keywords": [],
Expand Down

0 comments on commit 9bb5353

Please sign in to comment.