Skip to content

Commit a67f595

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 2399269 + 92ed94b commit a67f595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"compile": "tsc --build tsconfig.json",
38-
"test-pipeline": "mocha -r ts-node/register -f #pipeline ./test/*"
38+
"test-pipeline": "mocha -r ts-node/register -f '#pipeline' ./test/*"
3939
},
4040
"dependencies": {
4141
"@types/request": "^2.47.0",
@@ -55,4 +55,4 @@
5555
"typescript": "^3.7.2",
5656
"uuid": "^3.3.3"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)