Skip to content

Commit

Permalink
fix: added compile phase for core module
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed Aug 29, 2023
1 parent 03dd4ac commit 8d17fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ jobs:
if: ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}}
working-directory: ./packages/contentstack
run: npm install
- name: Compiling core
if: ${{ steps.core-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack
run: npm run prepack
- name: Publishing core
id: publish-core
uses: JS-DevTools/[email protected]
Expand Down

0 comments on commit 8d17fc9

Please sign in to comment.