Skip to content

Commit

Permalink
fix: Fix lerna run style
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Blancard committed Apr 13, 2018
1 parent 088b17f commit b7206ea
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/botfuel-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"compile": "rm -rf build; ../../node_modules/.bin/babel src --out-dir build; cp -r src/corpora/*.txt build/corpora/",
"test": "BOTFUEL_APP_TOKEN=TEST_BOT jest",
"style": "eslint src; eslint tests",
"style": "eslint src && eslint tests",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"precommit": "lint-staged"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-complexdialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-complexentities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-middlewares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-qna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train": "botfuel-train",
"clean": "botfuel-clean",
"test": "jest",
"style": "eslint src; eslint tests"
"style": "eslint src && eslint tests"
},
"dependencies": {
"botfuel-dialog": "latest"
Expand Down

0 comments on commit b7206ea

Please sign in to comment.