Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: copy bin dir during build
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 26, 2022
1 parent fdba989 commit e5b7d82
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 @@ -143,7 +143,7 @@
"scripts": {
"clean": "rimraf /tmp/js-ipfs /tmp/go-ipfs ./go-libp2p-relay-daemon dist types",
"lint": "aegir lint",
"build": "aegir build --esm-tests && cp -R types dist && cp -R scripts dist",
"build": "aegir build --esm-tests && cp -R types dist && cp -R scripts dist && cp -R bin dist",
"release": "semantic-release",
"postinstall": "cross-env node ./scripts/setup-libp2p-relay-daemon.js",
"pretest": "aegir build --esm-tests",
Expand Down

0 comments on commit e5b7d82

Please sign in to comment.