Clean up version bumping

This commit is contained in:
Andras Schmelczer 2025-01-02 15:44:06 +00:00
parent 7778ed894f
commit 19d868fe4d
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 13 additions and 20 deletions

View file

@ -7,7 +7,7 @@
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint --fix src",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs"
},
"keywords": [],
"author": "",
@ -30,4 +30,4 @@
"typescript-eslint": "8.18.0",
"esbuild-sass-plugin": "^3.3.1"
}
}
}