Skip to content

Commit

Permalink
Merge pull request #100 from digitalloggers/build-on-prepare
Browse files Browse the repository at this point in the history
Build package on prepare so that it can be installed from e.g. a Git URL
  • Loading branch information
oozcitak authored Aug 5, 2021
2 parents aba7aa0 + 9f963c8 commit 83145fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
]
},
"scripts": {
"prepare": "tsc && webpack",
"pretest": "rm -rf ./lib && tsc --version && tsc && webpack",
"test": "jest --coverage",
"perf": "npm run pretest && ts-node ./perf/perf.ts",
Expand Down

0 comments on commit 83145fa

Please sign in to comment.