mirror of https://github.com/espruino/BangleApps
package.json: add `fix` script
parent
bca8593185
commit
e20d2bb3eb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue