We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cef36 commit 8c8e1dcCopy full SHA for 8c8e1dc
package.json
@@ -62,8 +62,8 @@
62
"lint:types": "tsc",
63
"lint": "npm run lint:eslint",
64
"format": "npm run format:eslint",
65
- "test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
66
- "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
+ "test": "npx web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
+ "test:watch": "npx web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
67
"gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json",
68
"prepare": "node demo/model.js"
69
},
0 commit comments