Skip to content

Commit

Permalink
[#1266] npm 배포 자동화
Browse files Browse the repository at this point in the history
- 배포 스크립트 수정
  • Loading branch information
byeongwan committed Aug 23, 2022
1 parent f17a2d3 commit 0c2ec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
registry-url: https://registry.npmjs.org/evui
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build:lib
- run: npm publish
Expand Down

0 comments on commit 0c2ec73

Please sign in to comment.