Skip to content

Commit c42ba55

Browse files
Merge pull request #86 from martinhamburger/main
保证pnpmdev不会因为包链接的错误而报错;将library的前端进行分块。
2 parents df21fc4 + d538c8e commit c42ba55

2 files changed

Lines changed: 1883 additions & 1456 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"description": "AI Chat Memory - Capture and review your conversations",
66
"author": "Vesti",
77
"scripts": {
8+
"predev": "pnpm -C ../packages/vesti-content-package build",
89
"dev": "plasmo dev",
10+
"dev:verbose": "pnpm exec plasmo dev --verbose",
911
"prebuild": "pnpm -C ../packages/vesti-content-package build && pnpm -C ../packages/vesti-ui build && pnpm -C .. install --frozen-lockfile",
1012
"build": "plasmo build",
1113
"package": "node -e \"console.error('Local packaging is disabled. Use CI workflow extension-package or run pnpm -C frontend package:safe.'); process.exit(1)\"",

0 commit comments

Comments
 (0)