Skip to content

Commit dc3015b

Browse files
author
Dipak Sarkar
committed
updated build script
1 parent f6fb7cb commit dc3015b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: echo "Deploying to production server on branch $GITHUB_REF"
3434

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

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

6262
- name: Install npm dependencies and Build package
63-
- run: yarn install
64-
- run: yarn build
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)