Skip to content

Commit e4b0d71

Browse files
authored
Merge pull request libp2p#59 from little-bear-labs/ckousik/temp-fix-install
Build dist when installing from gh repository
2 parents f15cafc + a2c83dd commit e4b0d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"*",
1313
"dist/*",
1414
"dist/src/*",
15+
"dist/proto_ts/*",
1516
"dist/src/*/index"
1617
],
1718
"src/*": [
@@ -40,7 +41,9 @@
4041
},
4142
"files": [
4243
"src",
44+
"proto_ts",
4345
"dist/src",
46+
"dist/proto_ts",
4447
"!dist/test",
4548
"!**/*.tsbuildinfo"
4649
],
@@ -57,6 +60,7 @@
5760
"lint:fix": "aegir lint --fix",
5861
"clean": "aegir clean",
5962
"dep-check": "aegir dep-check",
63+
"prepare": "npm run build",
6064
"release": "aegir release"
6165
},
6266
"devDependencies": {

0 commit comments

Comments
 (0)