Skip to content

Commit 1c3d474

Browse files
committed
fix scripts
1 parent 7206729 commit 1c3d474

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
@@ -103,9 +103,9 @@
103103
"pretest": "npm run test-compile && npm run lint",
104104
"lint": "eslint src --ext ts test --ext ts",
105105
"check": "svelte-check --tsconfig ./tsconfig.json",
106-
"wdio": "wdio run ./wdio.conf.ts > wdio.log",
106+
"wdio": "wdio run ./wdio.conf.mts > wdio.log",
107107
"wdio-test": "npm run build:wdio && npm run wdio",
108-
"coverage": "npm run buildup && NODE_ENV=test COVERAGE=true COVERAGE_PATH=./coverage/raw wdio run ./wdio.conf.ts",
108+
"coverage": "npm run buildup && NODE_ENV=test COVERAGE=true COVERAGE_PATH=./coverage/raw wdio run ./wdio.conf.mts",
109109
"postcoverage": "nyc report -t coverage/raw --report-dir coverage/summary --reporter=lcov --reporter=text",
110110
"________": "scripts for reactive-vscode",
111111
"v:dev": "run-p v:dev:*",

0 commit comments

Comments
 (0)