We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd7ae8 commit ceba9aeCopy full SHA for ceba9ae
package.json
@@ -5,7 +5,7 @@
5
"build": "turbo run build --env-mode=loose",
6
"test": "turbo run test --concurrency 1 --env-mode=loose",
7
"lint": "turbo run lint --env-mode=loose",
8
- "prepare": "turbo run build --filter './packages/**' --env-mode=loose",
+ "postinstall": "turbo run build --filter './packages/**' --env-mode=loose",
9
"size": "turbo run size --env-mode=loose",
10
"publish": "lerna publish"
11
},
0 commit comments