build: fix publishing on JSR, take 2
[poolifier.git] / .github / workflows / publish-package.yml
index 7d4bc36b8ae1b87acdb37c8be87c746972e64e15..53565257988ef94a5e2b04d161dd6ea6291549cf 100644 (file)
@@ -49,24 +49,27 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-      - name: Setup pnpm
-        uses: pnpm/action-setup@v3
-        with:
-          version: 8
+      - name: Setup pnpm
+        uses: pnpm/action-setup@v3
+        with:
+          version: 8
 
       - name: Setup Node.js
         uses: actions/setup-node@v4
         with:
           node-version: '20.x'
-          cache: 'pnpm'
+          cache: 'pnpm'
 
-      - name: Install Dependencies
-        run: pnpm install --ignore-scripts --frozen-lockfile
+      - name: Install Dependencies
+        run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Read package.json version
         id: package-version
         uses: jaywcjlove/github-action-package@main
 
+      - name: Production Build
+        run: pnpm build:prod
+
       - name: Publish Release
         if: ${{ contains(steps.package-version.outputs.version, '-') == false }}
         run: npx jsr publish