Skip to content

Commit 3ed3248

Browse files
committed
Update postinstall script to exclude cloud syncing
1 parent 0622323 commit 3ed3248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"postinstall": "npx nx run-many --target sync-package-lock --all"
6+
"postinstall": "npx nx run-many --target sync-package-lock --all --no-cloud"
77
},
88
"private": true,
99
"dependencies": {

0 commit comments

Comments
 (0)