Skip to content

Commit c26ff36

Browse files
Merge pull request #32 from contentstack/v2-dev
DX | 16-03-2026 | Release
2 parents c215a10 + 93825f3 commit c26ff36

File tree

64 files changed

+11319
-15789
lines changed

Some content is hidden

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

64 files changed

+11319
-15789
lines changed

.github/workflows/release-v2-beta-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm run clean:all
2727

2828
- name: Install root dependencies
29-
run: pnpm install --frozen-lockfile
29+
run: pnpm install --no-frozen-lockfile
3030

3131
- name: Build all plugins
3232
run: pnpm -r --sort run build

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
node-version: '22.x'
2323
cache: 'pnpm' # optional but recommended
2424

25+
- name: Prune pnpm store
26+
run: pnpm store prune
2527
- name: Install Dependencies
2628
run: pnpm install --frozen-lockfile
2729

.talismanrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 5c64d762fa196364a784711a9ca8bd125318b2f4a59d8753a4014897b732323e
4-
- filename: .husky/pre-commit
5-
checksum: 7a12030ddfea18d6f85edc25f1721fb2009df00fdd42bab66b05de25ab3e32b2
6-
- filename: packages/contentstack-migration/src/commands/cm/stacks/migration.ts
7-
checksum: 8690833f285db085aa1431d4a708c243e2bf5b4ed366c5c15e2daf66eb24c19e
8-
- filename: packages/contentstack-export/test/unit/export/modules/marketplace-apps.test.ts
9-
checksum: fd192fa8234a31d6c2d42fb2f7e99a317fabc1d85e118b65111b01890488b7c3
3+
checksum: 901fcf828dc9d8d85277c767cd468791388a4a3b0cb30525bcdcb86d009be6f4
104
version: '1.0'

0 commit comments

Comments
 (0)