We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65edbe6 commit e536401Copy full SHA for e536401
.github/workflows/prepublish.yml
@@ -20,5 +20,8 @@ jobs:
20
- name: Enable corepack
21
run: corepack enable
22
23
+ - name: Build
24
+ run: pnpm run build
25
+
26
- name: Release for Pull request
27
run: pnpx pkg-pr-new publish
0 commit comments