Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/roy-kang/workflow-vue into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
kangdong authored and kangdong committed Nov 2, 2023
2 parents 5b65c82 + 05e2e0b commit 7c7f7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Build
run: pnpm build
run: pnpm build:view
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"packages/**/*.{ts,vue}": "eslint --fix",
"packages/**/*.scss": "stylelint --fix"
}
}
}

0 comments on commit 7c7f7c2

Please sign in to comment.