Skip to content

Commit 7386a9a

Browse files
author
Dipak Sarkar
committed
updated build and publish script
1 parent dc3015b commit 7386a9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Github ref check
3333
run: echo "Deploying to production server on branch $GITHUB_REF"
3434

35-
- name: Install npm dependencies and Build package
36-
- run: yarn install
37-
- run: yarn build
35+
# Install npm dependencies and Build package
36+
- run: yarn install
37+
- run: yarn build
3838

3939
- name: Publish tag to npm
4040
if: contains(github.ref, 'tags')
@@ -59,9 +59,9 @@ jobs:
5959
- name: Github ref check
6060
run: echo "Deploying to production server on branch $GITHUB_REF"
6161

62-
- name: Install npm dependencies and Build package
63-
- run: yarn install
64-
- run: yarn build
62+
# Install npm dependencies and Build package
63+
- run: yarn install
64+
- run: yarn build
6565

6666
- name: Publish tag to npm
6767
if: contains(github.ref, 'tags')

0 commit comments

Comments
 (0)