Skip to content

Commit 7f66293

Browse files
authored
Merge pull request #2338 from contentstack/chore/DX-3900-new
Rewrite of export-to-csv plugin in typescript
2 parents b9d8a12 + b2e1cf8 commit 7f66293

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4993
-4336
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.x'
18-
18+
1919
- name: Enable Corepack
2020
run: corepack enable
2121

@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install root dependencies
2626
run: pnpm install
27-
27+
2828
- name: Reading Configuration
2929
id: release_config
3030
uses: rgarcia-phi/[email protected]
@@ -200,6 +200,10 @@ jobs:
200200
if: ${{env.release_releaseAll == 'true' || env.release_plugins_export-to-csv == 'true'}}
201201
working-directory: ./packages/contentstack-export-to-csv
202202
run: npm install
203+
- name: Compiling export to csv
204+
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}
205+
working-directory: ./packages/contentstack-export-to-csv
206+
run: npm run prepack
203207
- name: Publishing export to csv
204208
uses: JS-DevTools/npm-publish@v3
205209
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ contents-*
2020
*.http
2121
*.todo
2222
talisman_output.log
23-
snyk_output.log
23+
snyk_output.log
24+
*.logs

.talismanrc

Lines changed: 3 additions & 290 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)