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

Commit e0736b4

Browse files
committedJan 26, 2022
fix: add missing files
1 parent cd4e167 commit e0736b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"scripts": {
148148
"clean": "rimraf /tmp/js-ipfs /tmp/go-ipfs ./go-libp2p-relay-daemon dist types",
149149
"lint": "aegir lint",
150-
"build": "aegir build --esm-tests && cp -R types scripts bin test src dist && cp bin/package.json dist/src && cp bin/package.json dist/test",
150+
"build": "aegir build --esm-tests && cp -R types scripts bin test src .aegir.cjs dist && cp bin/package.json dist/src && cp bin/package.json dist/test && npx json -I -f dist/package.json -e 'this.browser.execa=false'",
151151
"release": "semantic-release",
152152
"postinstall": "cross-env node ./scripts/setup-libp2p-relay-daemon.js",
153153
"pretest": "aegir build --esm-tests",

0 commit comments

Comments
 (0)
This repository has been archived.