|
66 | 66 | with: |
67 | 67 | token: ${{ secrets.NPM_TOKEN }} |
68 | 68 | package: ./packages/contentstack-utilities/package.json |
69 | | - tag: beta |
70 | 69 |
|
71 | 70 | # Variants |
72 | 71 | - name: Installing dependencies of variants |
@@ -103,7 +102,6 @@ jobs: |
103 | 102 | with: |
104 | 103 | token: ${{ secrets.NPM_TOKEN }} |
105 | 104 | package: ./packages/contentstack-command/package.json |
106 | | - tag: beta |
107 | 105 |
|
108 | 106 | # Config |
109 | 107 | - name: Installing dependencies of config |
@@ -202,6 +200,10 @@ jobs: |
202 | 200 | if: ${{env.release_releaseAll == 'true' || env.release_plugins_clone == 'true'}} |
203 | 201 | working-directory: ./packages/contentstack-clone |
204 | 202 | run: npm install |
| 203 | + - name: Compiling Clone |
| 204 | + if: ${{ steps.clone-installation.conclusion == 'success' }} |
| 205 | + working-directory: ./packages/contentstack-clone |
| 206 | + run: npm run prepack |
205 | 207 | - name: Publishing clone (Beta) |
206 | 208 | uses: JS-DevTools/npm-publish@v3 |
207 | 209 | if: ${{ steps.clone-installation.conclusion == 'success' }} |
@@ -241,7 +243,6 @@ jobs: |
241 | 243 | with: |
242 | 244 | token: ${{ secrets.NPM_TOKEN }} |
243 | 245 | package: ./packages/contentstack-export-to-csv/package.json |
244 | | - tag: beta |
245 | 246 |
|
246 | 247 | # Migration |
247 | 248 | - name: Installing dependencies of migration |
@@ -310,7 +311,6 @@ jobs: |
310 | 311 | token: ${{ secrets.NPM_TOKEN }} |
311 | 312 | package: ./packages/contentstack-branches/package.json |
312 | 313 | access: public |
313 | | - tag: beta |
314 | 314 |
|
315 | 315 | # Core CLI |
316 | 316 | - name: Installing dependencies of core |
|
0 commit comments