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 4848 "typescript-lit-html-plugin" : " ^0.9.0"
4949 },
5050 "scripts" : {
51- "start" : " web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir ." ,
51+ "start" : " npx web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir ." ,
5252 "lint:eslint" : " eslint --ext .js,.html . --ignore-path .gitignore" ,
5353 "format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
5454 "lint:types" : " tsc" ,
5555 "lint" : " npm run lint:eslint" ,
5656 "format" : " npm run format:eslint" ,
57- "test" : " web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit" ,
58- "test:watch" : " web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium" ,
57+ "test" : " npx web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit" ,
58+ "test:watch" : " npx web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium" ,
5959 "gen:wc" : " wca analyze \" *.js\" --outFile custom-elements.json" ,
6060 "prepare" : " node demo/model.js"
6161 },
You can’t perform that action at this time.
0 commit comments