Skip to content

Commit 69609d7

Browse files
author
xuhongbin
committed
fix: 完善 wrangler 配置并执行全量构建
1 parent a4ee36a commit 69609d7

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

apps/website/wrangler.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# 使用命令: pnpm deploy 或 npx wrangler pages deploy dist
33

44
name = "emp-skill-website"
5+
pages_build_output_dir = "dist"
56
compatibility_date = "2024-01-01"
67

78
# Pages 部署不需要 [site] 配置

packages/eskill/package.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "@empjs/skill",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Unified CLI tool for managing AI agent skills across Claude Code, Cursor, Windsurf, and more",
55
"type": "module",
66
"bin": {
77
"eskill": "./bin/eskill.mjs"
88
},
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",
11-
"files": [
12-
"dist",
13-
"bin"
14-
],
11+
"files": ["dist", "bin"],
1512
"scripts": {
1613
"dev": "tsup --watch",
1714
"build": "tsup",
@@ -20,16 +17,7 @@
2017
"test:registry": "bun test tests/registry.test.ts",
2118
"eskill": "node dist/index.js"
2219
},
23-
"keywords": [
24-
"claude-code",
25-
"cursor",
26-
"windsurf",
27-
"cline",
28-
"ai-agent",
29-
"skill",
30-
"cli",
31-
"emp"
32-
],
20+
"keywords": ["claude-code", "cursor", "windsurf", "cline", "ai-agent", "skill", "cli", "emp"],
3321
"publishConfig": {
3422
"access": "public"
3523
},

0 commit comments

Comments
 (0)