Skip to content

Commit

Permalink
chore: add watch task (#483)
Browse files Browse the repository at this point in the history
* fix: use correct label for failing empty subjects, see #476

* chore: budge to husky api change

* docs: use https for all external links in readme

* Fix dependency security issues (#474)

fix: solve dependency security issues

* chore: add global watch task
  • Loading branch information
marionebl authored and escapedcat committed Nov 16, 2018
1 parent 979d87c commit bd5eba3
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 @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"build": "lerna run build --stream --parallel --include-filtered-dependencies",
"watch": "lerna run watch --stream --parallel --include-filtered-dependencies",
"clean": "npx lerna clean --yes && npx lerna run clean --stream --parallel --include-filtered-dependencies",
"commit": "node @commitlint/prompt-cli/cli.js",
"deps": "lerna run deps",
Expand Down

0 comments on commit bd5eba3

Please sign in to comment.