File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
"typescript-lit-html-plugin" : " ^0.9.0"
57
57
},
58
58
"scripts" : {
59
- "start" : " web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir ." ,
59
+ "start" : " npx wds --app-index demo/index.html --node-resolve --open --watch --root-dir ." ,
60
60
"lint:eslint" : " eslint --ext .js,.html . --ignore-path .gitignore" ,
61
61
"format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
62
62
"lint:types" : " tsc" ,
63
63
"lint" : " npm run lint:eslint" ,
64
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" ,
65
+ "test" : " npx wtr --coverage --playwright --browsers chromium firefox webkit" ,
66
+ "test:watch" : " npx wtr --watch --playwright --browsers chromium" ,
67
67
"gen:wc" : " wca analyze \" *.js\" --outFile custom-elements.json" ,
68
68
"prepare" : " node demo/model.js"
69
69
},
You can’t perform that action at this time.
0 commit comments