We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f58e87 commit 35125e0Copy full SHA for 35125e0
1 file changed
โ.github/workflows/cache.ymlโ
@@ -44,4 +44,7 @@ jobs:
44
45
- name: Dependencies Install
46
if: steps.cache.outputs.cache-hit != 'true'
47
- run: pnpm install
+ run: pnpm install
48
+
49
+ - name: build script
50
+ run: pnpm rollup -c
0 commit comments