Skip to content

Commit

Permalink
chore: add watch:apps and watch:api scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Feb 24, 2020
1 parent 4f35869 commit b772248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -101,6 +101,8 @@
"build:apps": "lerna run build --scope=@webiny/app* --stream",
"build:api": "lerna run build --scope=@webiny/api* --stream",
"build:packages": "lerna run build --scope=@webiny/* --ignore=@webiny/serv* --stream",
"watch:apps": "lerna run watch --scope=@webiny/app* --stream --parallel",
"watch:api": "lerna run watch --scope=@webiny/api* --stream --parallel",
"watch:packages": "lerna run watch --scope=@webiny/* --ignore=@webiny/serv* --stream --parallel",
"clear-dist": "yarn rimraf components/*/dist packages/*/dist",
"contributors:add": "all-contributors add",
Expand Down

0 comments on commit b772248

Please sign in to comment.