Skip to content

Commit

Permalink
ci: manually deploy of doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedRiceNoodles committed Feb 19, 2024
1 parent 7690651 commit 971e92d
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 177 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dev:all": "cd packages/banana && npm run dev & cd packages/banana-react && npm run dev & dumi dev",
"dev:dumi": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"lint": "npm run lint:es && npm run lint:css",
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
Expand Down Expand Up @@ -78,6 +79,7 @@
"eslint-plugin-lit-a11y": "1.1.0-next.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-wc": "^1.4.0",
"gh-pages": "^6.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
Expand Down
Loading

0 comments on commit 971e92d

Please sign in to comment.