|
1 | 1 | pnpm-lock.yaml
|
2 | 2 | patches/
|
3 | 3 | .turbo/
|
| 4 | +target_chains/sui/vendor/ |
4 | 5 |
|
5 |
| -# These apps have their own prettier config that uses a later version of |
6 |
| -# prettier |
7 |
| -# |
8 |
| -# TODO(cprussin): eventually I'll figure out how to upgrade prettier everywhere |
9 |
| -# and hook it in to pre-commit. For now, I don't want to downgrade prettier in |
10 |
| -# the packages that are using the later version, and pre-commit doesn't support |
11 |
| -# later versions of prettier directly. |
12 |
| -# |
13 |
| -# Ideally, we should probably hook up a pre-commit script to run auto-fixes in a |
14 |
| -# generic way that packages can hook into by defining lifecycle scripts, or by |
15 |
| -# using the nx task graph. Then, packages can use their own formatters / |
16 |
| -# formatter versions and can also hook up other auto-fixes like eslint, etc. |
17 |
| -# |
18 |
| -# I'll explore doing this when I get around to spending some time on our nx |
19 |
| -# build graph config. |
20 |
| -apps/api-reference |
21 |
| -apps/staking |
22 |
| -apps/insights |
23 |
| -apps/entropy-debugger |
24 |
| -governance/pyth_staking_sdk |
| 6 | +# This should stay in sync with the list of workspaces from |
| 7 | +# `pnpm-workspace.yaml` |
| 8 | +apps/* |
25 | 9 | packages/*
|
| 10 | +apps/hermes/client/js |
| 11 | +governance/xc_admin/packages/* |
| 12 | +governance/pyth_staking_sdk |
| 13 | +price_service/sdk/js |
| 14 | +price_service/client/js |
| 15 | +pythnet/message_buffer |
| 16 | +target_chains/aptos/cli |
| 17 | +target_chains/aptos/sdk/js |
| 18 | +target_chains/cosmwasm/tools |
| 19 | +target_chains/cosmwasm/deploy-scripts |
| 20 | +target_chains/ethereum/contracts |
| 21 | +target_chains/ethereum/abi_generator |
| 22 | +target_chains/ethereum/entropy_sdk/solidity |
| 23 | +target_chains/ethereum/sdk/js |
| 24 | +target_chains/ethereum/sdk/solidity |
| 25 | +target_chains/ethereum/sdk/stylus/pyth-mock-solidity |
| 26 | +target_chains/ethereum/examples/coin_flip/app |
| 27 | +target_chains/fuel/sdk/js |
| 28 | +target_chains/starknet/sdk/js |
| 29 | +target_chains/sui/sdk/js |
| 30 | +target_chains/sui/sdk/js-iota |
| 31 | +target_chains/sui/cli |
| 32 | +target_chains/sui/cli-iota |
| 33 | +target_chains/solana/sdk/js/solana_utils |
| 34 | +target_chains/solana/sdk/js/pyth_solana_receiver |
| 35 | +target_chains/ton/contracts |
| 36 | +target_chains/ton/sdk/js |
| 37 | +contract_manager |
| 38 | +lazer/contracts/solana |
| 39 | +lazer/sdk/js |
0 commit comments