|
10 | 10 | "scripts": { |
11 | 11 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm", |
12 | 12 | "test": "pnpm run test:ci", |
13 | | - "test:pr": "nx affected --targets=test:eslint,test:types,test:build,test:sherif", |
14 | | - "test:ci": "nx run-many --targets=test:eslint,test:types,test:build,test:sherif", |
| 13 | + "test:pr": "nx affected --targets=test:eslint,test:types,test:build,test:sherif,build", |
| 14 | + "test:ci": "nx run-many --targets=test:eslint,test:types,test:build,test:sherif,build", |
15 | 15 | "test:build": "nx affected --target=test:build", |
16 | 16 | "test:types": "nx affected --target=test:types", |
17 | 17 | "test:eslint": "nx affected --target=test:eslint", |
18 | | - "test:sherif": "sherif", |
19 | 18 | "test:format": "pnpm run prettier --check", |
| 19 | + "test:sherif": "sherif", |
| 20 | + "build": "nx affected --target=build", |
| 21 | + "build:all": "nx run-many --target=build", |
| 22 | + "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
| 23 | + "dev": "pnpm run watch", |
20 | 24 | "prettier": "prettier --ignore-unknown .", |
21 | 25 | "prettier:write": "pnpm run prettier --write", |
22 | 26 | "changeset": "changeset", |
|
0 commit comments