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 5656 "typescript-lit-html-plugin" : " ^0.9.0"
5757 },
5858 "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 ." ,
6060 "lint:eslint" : " eslint --ext .js,.html . --ignore-path .gitignore" ,
6161 "format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
6262 "lint:types" : " tsc" ,
6363 "lint" : " npm run lint:eslint" ,
6464 "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" ,
6767 "gen:wc" : " wca analyze \" *.js\" --outFile custom-elements.json" ,
6868 "prepare" : " node demo/model.js"
6969 },
You can’t perform that action at this time.
0 commit comments