Combine make release and make version
This commit is contained in:
parent
fd4b28aa3e
commit
36476f551a
1 changed files with 1 additions and 4 deletions
5
makefile
5
makefile
|
|
@ -4,10 +4,7 @@ dev:
|
||||||
release:
|
release:
|
||||||
tsc --noEmit --skipLibCheck
|
tsc --noEmit --skipLibCheck
|
||||||
node esbuild.config.mjs production
|
node esbuild.config.mjs production
|
||||||
|
python3 version-bump.py
|
||||||
version:
|
|
||||||
node version-bump.mjs
|
|
||||||
git add manifest.json versions.json
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf main.js
|
rm -rf main.js
|
||||||
Loading…
Add table
Add a link
Reference in a new issue