We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6cdd1 commit 1ed40bbCopy full SHA for 1ed40bb
package.json
@@ -5,9 +5,10 @@
5
"packageManager": "[email protected]",
6
"scripts": {
7
"clean": "npm exec --workspaces -c \"rm -rf build || true\"",
8
+ "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
9
"test": "(is-ci && npm run test:lib) || npm run test:dev",
10
"test:lib": "nx run-many -t test:lib",
- "test:lib:dev": "nx run-many -t test:lib:dev",
11
+ "test:lib:dev": "pnpm test:lib && nx watch --all -- pnpm test:lib",
12
"test:types": "nx run-many -t test:types",
13
"build": "nx build root",
14
"watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"tsc -b --watch\"",
0 commit comments