Skip to content

Commit

Permalink
chore: mv lint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Sep 30, 2024
1 parent 51bfd40 commit 26e825a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:api": "yarn workspace @regen-network/api build",
"build": "lerna run build --stream",
"lerna:deploy": "yarn build && lerna version --conventional-commits && lerna publish from-git",
"lint": "lerna run lint --parallel",
"lint": "eslint --ext js,ts,tsx .",
"test": "lerna run test --stream --scope @regen-network/api",
"codegen": "lerna run codegen --stream --scope @regen-network/api",
"start": "yarn workspace @regen-network/api-demo start",
Expand Down
1 change: 0 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"prepare": "npm run build",
"codegen": "ts-node scripts/codegen.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint --ext js,ts,tsx .",
"test": "jest",
"test:watch": "jest --watch"
},
Expand Down

0 comments on commit 26e825a

Please sign in to comment.