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:
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue