0
0
Fork 0

Combine make release and make version

This commit is contained in:
Oliver Akins 2022-05-27 00:42:06 -06:00
parent fd4b28aa3e
commit 36476f551a
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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