Skip to content

Commit

Permalink
chore: fix the post install to include building templates
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Jan 28, 2025
1 parent 8acd2d8 commit ed48a47
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 @@ -36,7 +36,7 @@
"generate": "turbo run generate",
"postgenerate": "yarn lint:write",
"preinstall": "yarn config set ignore-engines true",
"postinstall": "git submodule update --init --recursive && patch-package",
"postinstall": "git submodule update --init --recursive && patch-package && turbo run build --filter='./templates/*'",
"build": "yarn build:libs --filter='!@account-kit/react-native-signer' --filter='!@account-kit/react-native-signer-example'",
"postbuild": "yarn lint:write",
"build:libs": "turbo run build --filter='@account-kit/*' --filter='@aa-sdk/*' --filter='./templates/*'",
Expand Down

0 comments on commit ed48a47

Please sign in to comment.