Skip to content

Commit

Permalink
change package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Nov 28, 2023
1 parent 67ab0b5 commit c4469ca
Show file tree
Hide file tree
Showing 2 changed files with 1,637 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
cache: 'yarn'

#
- name: Install Packages
run: pnpm install --frozen-lockfile
run: yarn install --frozen-lockfile

# Build
- name: Build
run: pnpm run build && cp dist/index.html dist/404.html
run: yarn run build && cp dist/index.html dist/404.html

# Deploy
- name: Deploy
Expand Down
Loading

0 comments on commit c4469ca

Please sign in to comment.