File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Install dependencies
52
52
run : pnpm install --ignore-scripts --frozen-lockfile
53
+
54
+ - name : Build library
55
+ run : pnpm run build
56
+ if : ${{ steps.release.outputs.releases_created }}
57
+
58
+ - name : Test library
59
+ run : pnpm test
60
+ if : ${{ steps.release.outputs.releases_created }}
53
61
54
62
- name : Publish
55
63
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
Original file line number Diff line number Diff line change 71
71
run : pnpm install --ignore-scripts --frozen-lockfile
72
72
if : ${{ steps.release.outputs.releases_created }}
73
73
74
+ - name : Build library
75
+ run : pnpm run build
76
+ if : ${{ steps.release.outputs.releases_created }}
77
+
78
+ - name : Test library
79
+ run : pnpm test
80
+ if : ${{ steps.release.outputs.releases_created }}
81
+
74
82
- name : Publish
75
83
run : pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
76
84
env :
Original file line number Diff line number Diff line change 71
71
run : pnpm install --ignore-scripts --frozen-lockfile
72
72
if : ${{ steps.release.outputs.releases_created }}
73
73
74
+ - name : Build library
75
+ run : pnpm run build
76
+ if : ${{ steps.release.outputs.releases_created }}
77
+
78
+ - name : Test library
79
+ run : pnpm test
80
+ if : ${{ steps.release.outputs.releases_created }}
81
+
74
82
- name : Publish
75
83
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
76
84
env :
You can’t perform that action at this time.
0 commit comments