Skip to content

Commit

Permalink
Build package on prepare so that it can be installed from e.g. a Git URL
Browse files Browse the repository at this point in the history
  • Loading branch information
szakharchenko committed Aug 4, 2021
1 parent aba7aa0 commit 9f963c8
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 9f963c8

Please sign in to comment.