10 lines
No EOL
153 B
Makefile
10 lines
No EOL
153 B
Makefile
dev:
|
|
node esbuild.config.mjs
|
|
|
|
release:
|
|
tsc --noEmit --skipLibCheck
|
|
node esbuild.config.mjs production
|
|
python3 version-bump.py
|
|
|
|
clean:
|
|
rm -rf main.js
|