package.json: add `fix` script

pull/3446/head
Rob Pilling 2024-05-30 22:17:00 +01:00
parent bca8593185
commit e20d2bb3eb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"lint-apps": "node bin/sync-lint-exemptions.mjs && eslint ./apps",
"lint-modules": "eslint ./modules",
"test": "node bin/sanitycheck.js && npm run lint-apps && npm run lint-modules",
"fix": "eslint --fix ./apps ./modules",
"update-local-apps": "./bin/create_apps_json.sh apps.local.json",
"local": "npm-watch & npx http-server -a localhost -c-1",
"start": "npx http-server -c-1"