fix: add watch script on top level (#1320)

This commit is contained in:
André Medeiros 2019-02-08 13:22:59 -05:00 committed by GitHub
parent 9f0a370c34
commit edd1e0f968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@
"test_dapps": "cd test_dapps && yarn install && npm run test",
"test_dapps:ci": "cd test_dapps && npm run ci",
"test_dapps:qa": "cd test_dapps && npm run qa",
"typecheck": "lerna run --parallel typecheck"
"typecheck": "lerna run --parallel typecheck",
"watch": "lerna run --parallel watch"
},
"workspaces": {
"packages": [