Skip to content

Commit 5eeebb3

Browse files
ci: deploy on branch deploy
1 parent 306bae8 commit 5eeebb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)