Skip to content

Commit ab1c0b5

Browse files
Updated package.json script for github actions workflow
Signed-off-by: Anshukumar123975 <[email protected]>
1 parent eccbcce commit ab1c0b5

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"test": "cucumber-js --loader ts-node/esm --import semantic/features/support/**/*.ts \"semantic/features/**/*.feature\" --tags \"not @skip\""
8+
"test": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/**/*.ts\" --tags \"not @skip\""
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)