|
6 | 6 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
7 | 7 | "install:csb": "pnpm install --frozen-lockfile", |
8 | 8 | "test": "pnpm run test:ci", |
9 | | - "test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,test:format --parallel=5", |
10 | | - "test:eslint": "nx run-many --target=test:eslint --parallel=5", |
11 | | - "test:format": "nx test:format root", |
12 | | - "test:lib": "nx run-many --target=test:lib --parallel=5", |
| 9 | + "test:ci": "nx affected --targets=test:lib,test:types,test:eslint,test:format --parallel=5", |
| 10 | + "test:eslint": "nx affected --target=test:eslint --parallel=5", |
| 11 | + "test:format": "pnpm run prettier --check", |
| 12 | + "test:lib": "nx affected --target=test:lib --parallel=5", |
13 | 13 | "test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev", |
14 | | - "test:build": "nx test:build root", |
15 | | - "test:types": "nx run-many --target=test:types --parallel=5", |
16 | | - "build": "nx build root", |
17 | | - "build:types": "nx run-many --target=build:types --parallel=5", |
| 14 | + "test:build": "nx run-many --target=test:build --projects=root", |
| 15 | + "test:types": "nx affected --target=test:types --parallel=5", |
| 16 | + "build": "nx run-many --target=build --projects=root", |
| 17 | + "build:types": "nx affected --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", |
20 | 20 | "prettier": "prettier --plugin-search-dir . \"{packages,examples}/**/src/**/*.{md,js,jsx,ts,tsx,json,vue,svelte}\"", |
|
35 | 35 | "@babel/preset-react": "^7.18.6", |
36 | 36 | "@babel/preset-typescript": "^7.18.6", |
37 | 37 | "@commitlint/parse": "^17.4.2", |
38 | | - "@faker-js/faker": "^7.6.0", |
| 38 | + "@nrwl/nx-cloud": "^15.3.1", |
39 | 39 | "@rollup/plugin-babel": "^6.0.3", |
40 | 40 | "@rollup/plugin-commonjs": "24.0.1", |
41 | 41 | "@rollup/plugin-node-resolve": "^15.0.1", |
|
56 | 56 | "@vitest/coverage-istanbul": "^0.27.1", |
57 | 57 | "axios": "^1.3.2", |
58 | 58 | "babel-eslint": "^10.1.0", |
59 | | - "babel-plugin-transform-async-to-promises": "^0.8.18", |
60 | 59 | "babel-preset-solid": "^1.6.10", |
61 | 60 | "bundlewatch": "^0.3.3", |
62 | 61 | "chalk": "^4.1.2", |
|
87 | 86 | "react-dom": "^18.2.0", |
88 | 87 | "rimraf": "^4.1.2", |
89 | 88 | "rollup": "^3.15.0", |
| 89 | + "rollup-plugin-preserve-directives": "0.1.0", |
90 | 90 | "rollup-plugin-size": "^0.2.2", |
91 | 91 | "rollup-plugin-terser": "^7.0.2", |
92 | 92 | "rollup-plugin-visualizer": "^5.9.0", |
|
0 commit comments