We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ca941 commit 7f1058fCopy full SHA for 7f1058f
1 file changed
.github/workflows/integration.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install Dependencies
24
run: npm i
25
26
+ - name: Execute Rollup Script
27
+ run: npm run rollup
28
+
29
- name: Publish Repository to Yalc
30
run: npx yalc publish
31
0 commit comments