File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
- name : Github ref check
33
33
run : echo "Deploying to production server on branch $GITHUB_REF"
34
34
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
38
38
39
39
- name : Publish tag to npm
40
40
if : contains(github.ref, 'tags')
59
59
- name : Github ref check
60
60
run : echo "Deploying to production server on branch $GITHUB_REF"
61
61
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
65
65
66
66
- name : Publish tag to npm
67
67
if : contains(github.ref, 'tags')
You can’t perform that action at this time.
0 commit comments