|
2 | 2 | "name": "inula", |
3 | 3 | "description": "Inula is a JavaScript framework library.", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@8.15.4", |
| 5 | + "packageManager": "pnpm@10.4.1", |
6 | 6 | "scripts": { |
7 | 7 | "lint": "eslint . --ext .ts --fix", |
8 | 8 | "lint-commit": "lint-staged", |
9 | 9 | "prettier": "prettier .prettierrc.js -w packages/**/*.{ts,tsx,js,jsx}", |
| 10 | + "build": "turbo build", |
| 11 | + "test": "turbo test", |
| 12 | + "release": "pnpm run build && changeset publish", |
10 | 13 | "build:inula": "pnpm -F openinula build", |
11 | 14 | "test:inula": "pnpm -F openinula test", |
12 | 15 | "test:inula-intl": "pnpm -F inula-intl test", |
|
16 | 19 | "build:inula-intl": "pnpm -F inula-intl rollup-build", |
17 | 20 | "build:inula-request": "pnpm -F inula-request build", |
18 | 21 | "build:inula-router": "pnpm -F inula-router build", |
19 | | - "build:transpiler": "pnpm --filter './packages/transpiler/*' run build", |
20 | | - "build:inula-next": "pnpm -F inula-next build", |
21 | 22 | "commitlint": "commitlint --config commitlint.config.js -e", |
22 | | - "postinstall": "husky install", |
23 | | - "publish": "changeset publish" |
| 23 | + "postinstall": "husky install" |
24 | 24 | }, |
25 | 25 | "lint-staged": { |
26 | 26 | "*.{js,jsx,ts,tsx}": [ |
|
56 | 56 | "@babel/preset-env": "7.23.8", |
57 | 57 | "@babel/preset-typescript": "7.23.3", |
58 | 58 | "@babel/runtime": "7.23.8", |
| 59 | + "@changesets/cli": "^2.28.1", |
59 | 60 | "@commitlint/cli": "^17.8.1", |
60 | 61 | "@commitlint/config-conventional": "^17.8.1", |
61 | 62 | "@rollup/plugin-babel": "^6.0.4", |
|
82 | 83 | "rollup-plugin-dts": "^6.1.0", |
83 | 84 | "rollup-plugin-terser": "^7.0.2", |
84 | 85 | "ts-jest": "^29.1.1", |
| 86 | + "turbo": "^2.4.2", |
85 | 87 | "typescript": "^4.9.5" |
86 | 88 | }, |
87 | 89 | "engines": { |
88 | 90 | "node": ">=10.x", |
89 | 91 | "npm": ">=7.x" |
90 | | - }, |
91 | | - "dependencies": { |
92 | | - "@changesets/cli": "^2.27.1", |
93 | | - "changeset": "^0.2.6" |
94 | 92 | } |
95 | 93 | } |
0 commit comments