Skip to content

Commit

Permalink
cider: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eins78 committed Oct 17, 2015
1 parent 640487b commit a3e1a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cider-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"build": {
"body": "npm run -s build",
"run-when": "npm_install"
"start-when": "npm_install"
},
"tests": {
"body": "npm run -s test",
"run-when": "build"
"start-when": "build"
},
"coverage": {
"body": "npm run -s coverage",
"run-when": "tests"
"start-when": "tests"
}
}
}
Expand Down

0 comments on commit a3e1a0a

Please sign in to comment.