diff --git a/makefile b/makefile index 9caf52b..307570e 100644 --- a/makefile +++ b/makefile @@ -4,10 +4,7 @@ dev: release: tsc --noEmit --skipLibCheck node esbuild.config.mjs production - -version: - node version-bump.mjs - git add manifest.json versions.json + python3 version-bump.py clean: rm -rf main.js \ No newline at end of file