|
13 | 13 | "analyze": "cem analyze --litelement", |
14 | 14 | "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"", |
15 | 15 | "build": "rimraf dist && rollup -c rollup.config.js", |
16 | | - "deploy": "npm run build && gh-pages --dist 'dist'", |
| 16 | + "deploy": "npm run build && gh-pages --dist 'dist' --branch 'deploy'", |
17 | 17 | "prepublish": "tsc && npm run analyze -- --exclude dist", |
18 | 18 | "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore", |
19 | 19 | "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore", |
20 | | - "test": "playwright install && tsc && wtr --coverage", |
21 | | - "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch --coverage\"", |
22 | | - "test:unit": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --group unit --watch --coverage\"", |
23 | | - "test:visual": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --group visual --watch --coverage\"", |
24 | | - "test:update": "tsc && wtr --group visual --update-visual-baseline" |
| 20 | + "test": "wtr --coverage", |
| 21 | + "test:update": "tsc && wtr --group visual --update-visual-baseline", |
| 22 | + "test:unit": "tsc && wtr --group unit --coverage", |
| 23 | + "test:visual": "tsc && wtr --group visual --coverage", |
| 24 | + "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"", |
| 25 | + "test:unitw": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --group unit --watch --coverage\"", |
| 26 | + "test:visualw": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --group visual --watch --coverage\"" |
25 | 27 | }, |
26 | 28 | "dependencies": { |
27 | 29 | "@material/mwc-fab": "^0.27.0", |
|
0 commit comments