last minute cleanup

This commit is contained in:
Alan 2026-03-15 17:06:56 +11:00
parent 103cc19238
commit 9f7d0fcb9d
2 changed files with 3 additions and 13 deletions

View file

@ -4,7 +4,6 @@
"description": "Simple LIFX lights automation scripts",
"main": "src/main.ts",
"scripts": {
"prepare": "tsc -p .",
"build": "esbuild src/main.ts --bundle --outfile=dist/bundle.js --platform=node",
"test": "echo \"Error: no test specified\" && exit 1"
},