Skip to content

Commit

Permalink
feat: update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
0x30 committed Dec 25, 2023
1 parent 2938958 commit 11d4879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
with:
version: 8

- run: pnpm install
- run: pnpm build
- run: pnpm install
- run: pnpm build-example

- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v2.2.0
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "npm run build-core && npm run build-layout",
"pub-core": "pnpm --dir ./packages/core pub",
"pub-layout": "pnpm --dir ./packages/layout pub",
"pub": "npm run pub-core && npm run pub-layout"
"pub": "npm run pub-core && npm run pub-layout",
"build-example": "vue-tsc && vite build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
Expand Down

0 comments on commit 11d4879

Please sign in to comment.