File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 && rm -rf failures" ,
26- "wdio:run" : " npm run wdio:build && cd test/webdriverio/test && mkdir failures && npx mocha dist" ,
27- "wdio:run:ci" : " npm run wdio:build && cd test/webdriverio/test && mkdir failures && npx mocha --timeout 30000 dist"
26+ "wdio:run" : " npm run wdio:build && cd test/webdriverio/test && mkdir -p failures && npx mocha dist" ,
27+ "wdio:run:ci" : " npm run wdio:build && cd test/webdriverio/test && mkdir -p failures && npx mocha --timeout 30000 dist"
2828 },
2929 "main" : " ./dist/index.js" ,
3030 "module" : " ./src/index.js" ,
You can’t perform that action at this time.
0 commit comments