Skip to content

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 29, 2023
1 parent a94474b commit aa2a11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
],
"scripts": {
"install:clean": "yarn cache clean && yarn install",
"dev": "yarn workspace @gnoswap-labs/swap-router build && yarn workspace @gnoswap-labs/web build",
"dev": "ultra --recursive dev",
"storybook": "yarn workspace @gnoswap-labs/web storybook",
"test:ci": "ultra --recursive test:ci",
"build": "yarn workspace @gnoswap-labs/web build"
"build:module": "ultra --recursive --filter @gnoswap-labs/swap-router build",
"build": "yarn build:module && yarn workspace @gnoswap-labs/web build",
"start": "yarn workspace @gnoswap-labs/web start"
},
"resolutions": {
"@storybook/react-docgen-typescript-plugin": "npm:[email protected]"
Expand Down
1 change: 1 addition & 0 deletions packages/swap-router/.ultra.cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"files":{".vscode":"1700971955685.2515","build":"1701256570289.2512","node_modules":"1700891704503.8325",".eslintignore":"7de3bd702df2dee92c033c49abbedd0b0f7452e6",".eslintrc.js":"ca4815a5cf5cffa1d3fb4a014c8c602f852b002a",".gitignore":"c87c9b392c0200d9c9dafc444386ad3e15a85c64",".prettierignore":"47bb4656eb55860a075be7799cba7fa955b68141",".prettierrc":"fe5f744c7a08b128c935d1e1aed3e8a577e74507","jest.config.json":"2e496ee6bd64eb237161dcd69a6957eff2df584d","package.json":"4dda70ca76fb6022f6cb20852ecd8d2d95d638d2","src/common/array.util.ts":"9482ab121d34cc7e08a0cd33b49173b0b85823d8","src/common/bigint.util.ts":"343f4c85ca1f6c840ade68c259ed82bf5b159fb0","src/common/index.ts":"861a3167cddfc93e9eb1b6a4ae8229bb9dc2f8fd","src/common/mapper.ts":"f7d7b491dff443911a978b34e4cb378bee46c2b7","src/common/queue.ts":"ad096fefbe1c5a7339b536b0b8d39dba661b520e","src/common/test.util.ts":"3e500df6ec27ba98606acbfcaec9243e22862e43","src/constants/index.ts":"9605b149deb525c25f6e93420bbc433ff1c75cd0","src/constants/math.constant.ts":"b617851527cabcc9c3bce2c8e39208001d379ad6","src/constants/swap.constant.ts":"53e280147c68acfba490bc1f9a0b7bb1580e7280","src/index.ts":"691efb21a28bd3f0e6437edcb16192789dbbb7f6","src/swap-router/index.ts":"effaf28a826bdf1441437643e8343e7fbd8026b1","src/swap-router/swap-router-default.spec.ts":"9a93b4baab6735e8fb9a19954f072073fc3ed97e","src/swap-router/swap-router-multi-higher-range-position-pool.spec.ts":"2abad65744532c2babf0258090be06b903a98be5","src/swap-router/swap-router-multi-lower-range-position-pool.spec.ts":"56891bfb043840645b84829c6c402efdcc32dd56","src/swap-router/swap-router-multi-pair-pools.spec.ts":"411fbd1e14c6c9f940528af5f1792bcecd68fdd1","src/swap-router/swap-router-multi-route.spec.ts":"c31fbd7df433a14b2b72e1caff927f69a865cac2","src/swap-router/swap-router-single-pair-pools.spec.ts":"47fbf735d99d00cad1567560292c6c1499942aaa","src/swap-router/swap-router.ts":"606de3d518665d58f5cbafb55f45d92c30dab77d","src/swap-router/swap-router.types.ts":"2a48987217df238256a0721d227952142a37ce08","src/swap-router/utility/index.ts":"4973874904dd9d77d037d72b1ec8aed397716a38","src/swap-router/utility/route.util.ts":"d492418c9184e42d3ef29d7760eb18fa013f54c6","src/swap-simulator/index.ts":"ef493c5977bdf1123d1197b804f2344ee463870c","src/swap-simulator/swap-simulator-default.spec.ts":"867788b12ccc70abe676010aeed5d6b2b58e8036","src/swap-simulator/swap-simulator.ts":"48cc4c90a2622d806659fa2f8c4f48d600a2b2db","src/swap-simulator/swap-simulator.types.ts":"2b03d7e389ab8875852330c8fddf5a9bfe96f1c6","src/swap-simulator/utility/cache.util.ts":"c5af86d350610a80a6690846657a35635bbc752a","src/swap-simulator/utility/index.ts":"7272f5d23dfa7af2895fca9bb0b17985234ab6e1","src/swap-simulator/utility/math.util.ts":"96fbe38cbabe344f6f58220f46c20103e6df4225","src/swap-simulator/utility/swap-util.spec.ts":"b7fe082f3fef7e5a912959925924f56f8c36e020","src/swap-simulator/utility/swap.util.ts":"f49236f0d22f72b9283244e870d34401d42fe009","src/swap-simulator/utility/tick.util.ts":"4d9bf8ed782f07587c71009ad13cd249b5e3a840","tsconfig.json":"55467bd5c5eb1b501abe50b952d5f2d9fa0a0d69"},"deps":{}}

0 comments on commit aa2a11a

Please sign in to comment.