Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix(ci): add text:node
Browse files Browse the repository at this point in the history
Our Jenkins setup changed recently and `test` is ignored

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Sep 27, 2018
1 parent 826f032 commit b33a02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "aegir lint",
"release": "aegir release --target node",
"build": "aegir build",
"test": "aegir test -t node"
"test": "aegir test -t node",
"test:node": "aegir test -t node"
},
"pre-push": [
"lint",
Expand Down

0 comments on commit b33a02e

Please sign in to comment.