Skip to content

Commit a52f37a

Browse files
committed
Test run script changed
1 parent f3eae73 commit a52f37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"compile": "tsc --build tsconfig.json",
38-
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
38+
"test-pipeline": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json --filter=#pipeline"
3939
},
4040
"dependencies": {
4141
"@types/request": "^2.47.0",

0 commit comments

Comments
 (0)