Skip to content

Commit 139166e

Browse files
committed
fix: retrigger dev release dry run
1 parent 5444ff7 commit 139166e

8 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/release-ducjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
bun-version: "latest"
3636
- name: Install deps
37-
run: bun install --frozen-lockfile
37+
run: bun install
3838

3939
- name: Build
4040
run: bun ducjs:build

.github/workflows/release-ducpdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
bun-version: "latest"
3636
- name: Install deps
37-
run: bun install --frozen-lockfile
37+
run: bun install
3838
- name: Build
3939
run: bun ducpdf:build
4040

.github/workflows/release-ducsvg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
bun-version: "latest"
3636
- name: Install deps
37-
run: bun install --frozen-lockfile
37+
run: bun install
3838
- name: Build
3939
run: bun ducsvg:build
4040

apps/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"build": "next build",
88
"dev": "next dev --turbo",
9-
"start": "next start",
10-
"postinstall": "fumadocs-mdx"
9+
"start": "next start"
1110
}
1211
}

packages/ducjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
3939

4040
---
4141

42-
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
42+
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

packages/ducpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
4141

4242
---
4343

44-
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
44+
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

packages/ducpy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
6262

6363
---
6464

65-
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
65+
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

packages/ducsvg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
4242

4343
---
4444

45-
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
45+
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

0 commit comments

Comments
 (0)