Skip to content

Commit 5e0a692

Browse files
committed
build: remove useless patch
1 parent d0e588a commit 5e0a692

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"scripts": {
66
"dev:preview": "vite",
7-
"patch": "patch ./node_modules/.pnpm/node_modules/remark-emoji/package.json < patch/remark-emoji.patch && patch ./node_modules/.pnpm/node_modules/@react-pdf/pdfkit/lib/pdfkit.js < patch/@react-pdf__pdfkit.patch",
7+
"patch": "patch ./node_modules/.pnpm/node_modules/@react-pdf/pdfkit/lib/pdfkit.js < patch/@react-pdf__pdfkit.patch",
88
"dev": "tsx watch src/server.ts",
99
"build": "tsc",
1010
"start": "cross-env NODE_ENV=production node dist/server.js"

patch/remark-emoji.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)