Skip to content

Commit

Permalink
package manager update and pre install
Browse files Browse the repository at this point in the history
  • Loading branch information
00xSam committed Dec 2, 2024
1 parent f33c810 commit eae34e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"prepare": "npm rm @meteora-ag/config && npm install @meteora-ag/config",
"preinstall": "pnpm rm @meteora-ag/config && pnpm install @meteora-ag/config",
"build": "rm -rf dist && tsc -p tsconfig.build.json && tsc -p tsconfig.esm.json",
"test": "jest ./src/vault/tests/*.test.ts --runInBand",
"test-affiliate": "jest ./src/vault/tests/affiliate.test.ts --runInBand"
Expand Down Expand Up @@ -35,6 +35,7 @@
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.3"
},
"packageManager": "[email protected]",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit eae34e9

Please sign in to comment.