Skip to content

Commit 89aad59

Browse files
committed
(patch): updated CD workflow
1 parent 124abd2 commit 89aad59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
8+
publish:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
@@ -15,7 +15,7 @@ jobs:
1515
registry-url: 'https://registry.npmjs.org'
1616
- name: Install and publish package
1717
run: |
18-
npm install --production
18+
npm install
1919
npm run build
2020
npm publish
2121
env:

0 commit comments

Comments
 (0)