Skip to content

Commit 3f86a51

Browse files
refactor: fixup
1 parent 981df39 commit 3f86a51

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@
1313
"analyze": "cem analyze --litelement",
1414
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
1515
"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'",
1717
"prepublish": "tsc && npm run analyze -- --exclude dist",
1818
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
1919
"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\""
2527
},
2628
"dependencies": {
2729
"@material/mwc-fab": "^0.27.0",

0 commit comments

Comments
 (0)