Skip to content

Commit f981ddc

Browse files
author
gitgitWi
committed
Fix: deploy.yml npm insatll 추가
1 parent 2c27e90 commit f981ddc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
28-
# - run: npm ci
29-
- run: npm run build --if-present
30-
# - run: npm test
28+
- run: npm install --production
29+
# - run: npm run build --if-present
3130
- name: Deploy
3231
uses: JamesIves/github-pages-deploy-action@4.1.4
3332
with:

0 commit comments

Comments
 (0)