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

Commit b33a02e

Browse files
committed
fix(ci): add text:node
Our Jenkins setup changed recently and `test` is ignored License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
1 parent 826f032 commit b33a02e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"lint": "aegir lint",
99
"release": "aegir release --target node",
1010
"build": "aegir build",
11-
"test": "aegir test -t node"
11+
"test": "aegir test -t node",
12+
"test:node": "aegir test -t node"
1213
},
1314
"pre-push": [
1415
"lint",

0 commit comments

Comments
 (0)