We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fb7cb commit dc3015bCopy full SHA for dc3015b
.github/workflows/release-package.yml
@@ -33,8 +33,8 @@ jobs:
33
run: echo "Deploying to production server on branch $GITHUB_REF"
34
35
- name: Install npm dependencies and Build package
36
- - run: yarn install
37
- - run: yarn build
+ - run: yarn install
+ - run: yarn build
38
39
- name: Publish tag to npm
40
if: contains(github.ref, 'tags')
@@ -60,8 +60,8 @@ jobs:
60
61
62
63
64
65
66
67
0 commit comments