Skip to content

Commit 70f493b

Browse files
committed
use lerna run instead of exec
1 parent 8dabd98 commit 70f493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:scripts": "eslint \"packages/*/src/**/*.js\" \"packages/*/src/**/*.jsx\" \"packages/*/__tests__/**/*.js\" \"packages/*/tests/**/*.js\" \"packages/*/__mocks__/**/*.js\" \"website/**/*.js\" --ignore-pattern=\"extension-boilerplate\" --ignore-pattern=\"node_modules\"",
2424
"lint:styles": "stylelint \"packages/selenium-ide/src/neo/**/*.css\"",
2525
"postinstall": "lerna bootstrap",
26-
"watch": "lerna exec --no-bail --parallel yarn run watch"
26+
"watch": "lerna run --no-bail --parallel watch"
2727
},
2828
"jest": {
2929
"testURL": "http://localhost/index.html",

0 commit comments

Comments
 (0)