Skip to content

Commit 2cc6ffe

Browse files
authored
Fix: Fix package.json formatting issue.
1 parent 9aece47 commit 2cc6ffe

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
@@ -23,7 +23,7 @@
2323
"wdio:build:app": "cd test/webdriverio && webpack",
2424
"wdio:build:tests": "tsc -p ./test/webdriverio/test/tsconfig.json",
2525
"wdio:clean": "cd test/webdriverio/test && rm -rf dist",
26-
"wdio:run": "npm run wdio:build && cd test/webdriverio/test && npx mocha dist"
26+
"wdio:run": "npm run wdio:build && cd test/webdriverio/test && npx mocha dist",
2727
"wdio:run:ci": "npm run wdio:build && cd test/webdriverio/test && npx mocha --timeout 30000 dist"
2828
},
2929
"main": "./dist/index.js",

0 commit comments

Comments
 (0)