|
8 | 8 | "test": "pnpm run test:ci", |
9 | 9 | "test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,test:format --parallel=5", |
10 | 10 | "test:eslint": "nx run-many --target=test:eslint --parallel=5", |
11 | | - "test:format": "nx test:format root", |
| 11 | + "test:format": "pnpm run prettier --check", |
12 | 12 | "test:lib": "nx run-many --target=test:lib --parallel=5", |
13 | 13 | "test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev", |
14 | | - "test:build": "nx test:build root", |
| 14 | + "test:build": "nx run-many --target=test:build --projects=root", |
15 | 15 | "test:types": "nx run-many --target=test:types --parallel=5", |
16 | | - "build": "nx build root", |
| 16 | + "build": "nx run-many --target=build --projects=root", |
17 | 17 | "build:types": "nx run-many --target=build:types --parallel=5", |
18 | 18 | "watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"pnpm run build:types --watch\"", |
19 | 19 | "dev": "pnpm run watch", |
|
36 | 36 | "@babel/preset-typescript": "^7.18.6", |
37 | 37 | "@commitlint/parse": "^17.4.2", |
38 | 38 | "@faker-js/faker": "^7.6.0", |
| 39 | + "@nrwl/nx-cloud": "^15.3.1", |
39 | 40 | "@rollup/plugin-babel": "^6.0.3", |
40 | 41 | "@rollup/plugin-commonjs": "24.0.1", |
41 | 42 | "@rollup/plugin-node-resolve": "^15.0.1", |
|
87 | 88 | "react-dom": "^18.2.0", |
88 | 89 | "rimraf": "^4.1.2", |
89 | 90 | "rollup": "^3.15.0", |
| 91 | + "rollup-plugin-preserve-directives": "0.1.0", |
90 | 92 | "rollup-plugin-size": "^0.2.2", |
91 | 93 | "rollup-plugin-terser": "^7.0.2", |
92 | 94 | "rollup-plugin-visualizer": "^5.9.0", |
|
106 | 108 | "path": "packages/*/build/umd/*.production.js" |
107 | 109 | } |
108 | 110 | ] |
| 111 | + }, |
| 112 | + "pnpm": { |
| 113 | + "patchedDependencies": { |
| 114 | + |
| 115 | + } |
109 | 116 | } |
110 | 117 | } |
0 commit comments