[Housekeeping] Fancier dev setup (#1980)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-06-06 21:52:45 -04:00 committed by GitHub
parent d030bfba34
commit 8fec742da3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 107 additions and 73 deletions

View file

@ -18,7 +18,6 @@
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"pullYMLtoLDBBuild": "node ./tools/pullYMLtoLDB.mjs --build",
"createSymlink": "node ./tools/create-symlink.mjs",
"setup:dev": "node ./tools/dev-setup.mjs",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepare": "husky"