Skip to content

Commit 8794517

Browse files
Merge pull request #1010 from contentstack/staging
Main <- Staging
2 parents 0457ad2 + 5fca0f9 commit 8794517

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: pnpm/action-setup@v2.2.4
1313
with:
1414
version: 7
15-
- uses: actions/setup-node@v3.7.0
15+
- uses: actions/setup-node@v1
1616
with:
1717
node-version: '18.x'
1818
cache: 'pnpm'
@@ -249,6 +249,10 @@ jobs:
249249
if: ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}}
250250
working-directory: ./packages/contentstack
251251
run: npm install
252+
- name: Compiling core
253+
if: ${{ steps.core-installation.conclusion == 'success' }}
254+
working-directory: ./packages/contentstack
255+
run: npm run prepack
252256
- name: Publishing core
253257
id: publish-core
254258
uses: JS-DevTools/npm-publish@v2.2.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run"

0 commit comments

Comments
 (0)