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

Commit

Permalink
Merge pull request #59 from little-bear-labs/ckousik/temp-fix-install
Browse files Browse the repository at this point in the history
Build dist when installing from gh repository
  • Loading branch information
ckousik authored Nov 18, 2022
2 parents f15cafc + a2c83dd commit e4b0d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"*",
"dist/*",
"dist/src/*",
"dist/proto_ts/*",
"dist/src/*/index"
],
"src/*": [
Expand Down Expand Up @@ -40,7 +41,9 @@
},
"files": [
"src",
"proto_ts",
"dist/src",
"dist/proto_ts",
"!dist/test",
"!**/*.tsbuildinfo"
],
Expand All @@ -57,6 +60,7 @@
"lint:fix": "aegir lint --fix",
"clean": "aegir clean",
"dep-check": "aegir dep-check",
"prepare": "npm run build",
"release": "aegir release"
},
"devDependencies": {
Expand Down

0 comments on commit e4b0d71

Please sign in to comment.