Skip to content

Commit 4a353d2

Browse files
author
gitgitWi
committed
Build: npm -> yarn 으로 변경하면서 github workflow 수정
1 parent 4abfcfa commit 4a353d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: "npm"
25+
cache: "yarn"
2626

2727
- name: Install Packages
28-
run: npm ci
28+
run: yarn install --frozen-lockfile
2929

3030
- name: Build 🔧
31-
run: npm run build
32-
- run: npm run export
31+
run: yarn build
32+
- run: yarn run export
3333
- run: touch ./out/.nojekyll
3434

3535
- name: Deploy

0 commit comments

Comments
 (0)