Skip to content

Commit

Permalink
Add build borsh package to yarn build anchor package
Browse files Browse the repository at this point in the history
  • Loading branch information
henrye committed Dec 7, 2022
1 parent c798821 commit 806dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/packages/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"build": "rimraf dist/ && yarn build:node && yarn build:browser",
"build:node": "tsc && tsc -p tsconfig.cjs.json",
"build:node": "cd ../borsh && yarn build && cd ../anchor && tsc && tsc -p tsconfig.cjs.json",
"build:browser": "rollup --config",
"lint:fix": "prettier src/** tests/** -w",
"lint": "prettier src/** tests/** --check",
Expand Down

0 comments on commit 806dfae

Please sign in to comment.