Skip to content

Commit

Permalink
fix: circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
yangeorget committed May 13, 2019
1 parent 2f62c63 commit da44dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pretest": "yarn run bootstrap",
"release": "yarn test && lerna run build --scope botfuel-dialog && lerna publish --conventional-commits --changelog-preset=angular",
"unit-test": "BOTFUEL_APP_TOKEN=TEST_BOT BOTFUEL_APP_ID=TEST_BOT BOTFUEL_APP_KEY=TEST_BOT jest packages/botfuel-dialog",
"test": "jest --runInBand --forceExit"
"test": "jest --forceExit"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
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 @@
"prebuild": "node ./scripts/prebuild.js ",
"build": "babel src --out-dir build",
"postbuild": "node ./scripts/postbuild.js",
"test": "BOTFUEL_APP_TOKEN=TEST_BOT jest --runInBand",
"test": "BOTFUEL_APP_TOKEN=TEST_BOT jest",
"style": "eslint src && eslint tests",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
Expand Down

0 comments on commit da44dff

Please sign in to comment.