Skip to content

Commit

Permalink
ignore build hooks for codepush
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Dec 11, 2024
1 parent aae8bb2 commit 39b3557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean:watchman": "watchman watch-del-all",
"build": "lerna run build",
"rebuild": "lerna run rebuild",
"build:libs": "lerna run build --ignore @owallet/extension --ignore @owallet/proto-types --ignore @owallet/wc-client-example --include-dependencies --stream",
"build:libs": "lerna run build --ignore @owallet/extension --ignore @owallet/proto-types --ignore @owallet/wc-client-example --ignore @owallet/hooks --include-dependencies --stream",
"build:hooks": "lerna run build --scope @owallet/hooks",
"postinstall": "yarn update:libs && patch-package && rimraf node_modules/crypto && yarn workspace mobile postinstall",
"update:libs": "node ./scripts/update-inj.js",
Expand Down

0 comments on commit 39b3557

Please sign in to comment.