dev: don't lint outdated/to-be-replaced packages for now
This commit is contained in:
parent
267e26900a
commit
6cf3d7f84c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
"watch": "pnpm run dev",
|
||||
"dev": "pnpm node ./scripts/dev.mjs",
|
||||
"dev:staging": "NODE_OPTIONS=--max_old_space_size=3072 NODE_ENV=development pnpm run build && pnpm run start",
|
||||
"lint": "pnpm -r --parallel run lint",
|
||||
"lint": "pnpm --filter !megalodon --filter !firefish-js -r --parallel run lint",
|
||||
"debug": "pnpm run build:debug && pnpm run start",
|
||||
"build:debug": "pnpm run clean && pnpm node ./scripts/dev-build.mjs && pnpm run gulp",
|
||||
"mocha": "pnpm --filter backend run mocha",
|
||||
|
|
Loading…
Reference in a new issue