Skip to content

Commit

Permalink
build: add manypkg and fix its checks (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Mar 19, 2024
1 parent 3d59eae commit a29076b
Show file tree
Hide file tree
Showing 2 changed files with 700 additions and 396 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "pnpm -r run build",
"watch": "pnpm run build --watch",
"clean": "rimraf --glob \"packages/**/lib\" \"**/*.tsbuildinfo\"",
"lint": "pnpm -r run --parallel lint",
"lint": "manypkg check && pnpm -r run --parallel lint",
"check-format": "prettier --check .",
"format": "prettier --write .",
"test": "pnpm -r run --parallel test",
Expand All @@ -32,20 +32,21 @@
"node_modules"
]
},
"devDependencies": {
"pnpm": {
"overrides": {
"read-pkg-up@^11": "npm:read-package-up"
}
},
"dependencies": {
"@bfra.me/tsconfig": "workspace:*",
"@changesets/cli": "2.27.1",
"@manypkg/cli": "0.21.3",
"@swisspost/design-system-changelog-github": "1.0.2",
"@types/node": "20.11.29",
"eslint": "8.57.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.4.2"
},
"pnpm": {
"overrides": {
"read-pkg-up@^11": "npm:read-package-up"
}
}
}
Loading

0 comments on commit a29076b

Please sign in to comment.