Skip to content

Commit 52cd19f

Browse files
committed
chore: create bundle during prepare step
aegir release runs build then npm publish. npm publish runs prepare which removes the dist folder and creates type defs. We need typedefs and the bundle so just run the build step. This will make building take a little longer.
1 parent 1e4a8b5 commit 52cd19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"url": "git+https://github.com/ipfs/js-ipfs.git"
3636
},
3737
"scripts": {
38-
"prepare": "aegir build --no-bundle",
38+
"prepare": "npm run build",
3939
"build": "aegir build",
4040
"test": "aegir test",
4141
"test:node": "aegir test -t node",

0 commit comments

Comments
 (0)