Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix: skip pkg lint
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jun 6, 2021
1 parent a25c2cb commit ca4e41d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"lint": "run-s -l lint:*",
"lint:eslint": "npx eslint . --ext=ts,tsx",
"lint:es": "npx eslint . --ext=ts,tsx",
"lint:md": "textlint README.md packages/*.md packages/**/*.md",
"lint:pkg": "npm run lint --workspaces",
"lint:prettier": "prettier --check './{packages,apps}/**/*.{js,jsx,ts,tsx}'",
"lint:fmt": "prettier --check './{packages,apps}/**/*.{js,jsx,ts,tsx}'",
"test": "npm run test --workspaces -- -w 1"
},
"devDependencies": {
Expand Down

0 comments on commit ca4e41d

Please sign in to comment.