Skip to content

Commit bb7d614

Browse files
committed
chore: build bundle during prepublishOnly phase
1 parent 184834f commit bb7d614

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-
"build": "aegir build",
38+
"prepublishOnly": "aegir build",
3939
"test": "aegir test",
4040
"test:node": "aegir test -t node",
4141
"test:browser": "aegir test -t browser",

0 commit comments

Comments
 (0)