Skip to content

Commit

Permalink
update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 24, 2017
1 parent 8f92ac7 commit 1e35e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

test:
override:
- yarn test
- yarn test:ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "egoist <[email protected]>",
"license": "MIT",
"scripts": {
"boot": "node scripts/bootstrap.js"
"test": "lerna exec -- npm test",
"test:ci": "lerna run test"
},
"devDependencies": {
"promise.series": "^0.1.0",
Expand Down

0 comments on commit 1e35e52

Please sign in to comment.