Skip to content

Commit bd5eba3

Browse files
marioneblescapedcat
authored andcommittedNov 16, 2018
chore: add watch task (#483)
* 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
1 parent 979d87c commit bd5eba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"build": "lerna run build --stream --parallel --include-filtered-dependencies",
9+
"watch": "lerna run watch --stream --parallel --include-filtered-dependencies",
910
"clean": "npx lerna clean --yes && npx lerna run clean --stream --parallel --include-filtered-dependencies",
1011
"commit": "node @commitlint/prompt-cli/cli.js",
1112
"deps": "lerna run deps",

0 commit comments

Comments
 (0)
Please sign in to comment.