Skip to content

Commit

Permalink
fix(release-brancher): add missing prepare step for release (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Mar 24, 2021
1 parent f1b206f commit c98b2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/release-brancher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"scripts": {
"compile": "tsc -p .",
"prepare": "npm run compile",
"pretest": "npm run compile",
"test": "cross-env LOG_LEVEL=fatal mocha --exit build/test",
"fix": "gts fix",
Expand Down

0 comments on commit c98b2f9

Please sign in to comment.