|
3 | 3 | "version": "0.1.0", |
4 | 4 | "type": "module", |
5 | 5 | "private": true, |
| 6 | + "packageManager": "bun@1.3.0", |
6 | 7 | "workspaces": { |
7 | 8 | "packages": [ |
8 | 9 | "./packages/*" |
|
25 | 26 | "lint": "eslint --ignore-pattern '**/dist/**'", |
26 | 27 | "lint:fix": "bun run lint --fix", |
27 | 28 | "prepare": "husky", |
28 | | - "typecheck": "sh ./scripts/typecheck.sh", |
29 | | - "build": "sh ./scripts/build.sh", |
| 29 | + "typecheck": "nx run-many -t typecheck", |
| 30 | + "build": "nx run-many -t build", |
30 | 31 | "ci:publish": "sh ./scripts/publish.sh", |
31 | 32 | "ci:canary": "sh ./scripts/canary.sh", |
32 | | - "docs": "sh ./scripts/docs.sh", |
| 33 | + "docs": "nx run-many -t docs:ci", |
33 | 34 | "scan-deps": "depcruise packages --progress" |
34 | 35 | }, |
35 | 36 | "engines": { |
|
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | 45 | "@changesets/cli": "^2.29.2", |
| 46 | + "@nx/workspace": "^21.6.5", |
45 | 47 | "@semantic-release/git": "^10.0.1", |
46 | 48 | "@sundaeswap/babel-preset": "^2.0.15", |
47 | 49 | "@sundaeswap/docgen": "^0.1.9", |
|
57 | 59 | "jest-fetch-mock": "^3.0.3", |
58 | 60 | "lint-staged": "^15.5.1", |
59 | 61 | "log-update": "^6.1.0", |
| 62 | + "nx": "21.6.5", |
60 | 63 | "prettier": "^3.5.3", |
61 | 64 | "typedoc": "0.26.7", |
62 | 65 | "typedoc-plugin-frontmatter": "1.0.0", |
|
0 commit comments