Skip to content

Commit

Permalink
Fix deploy (#1190)
Browse files Browse the repository at this point in the history
* add @cloudflare/kv-asset-handler

* refactor workflow
  • Loading branch information
an-lee authored Nov 19, 2024
1 parent 475a5dd commit 8eaea33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- main
paths:
- "enjoy/**"
- "yarn.lock"
jobs:
e2e-test:
timeout-minutes: 60
Expand Down
1 change: 1 addition & 0 deletions 1000-hours/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "1000-hours",
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "1000-hours@workspace:1000-hours"
dependencies:
"@cloudflare/kv-asset-handler": "npm:^0.3.4"
cheerio: "npm:^1.0.0"
markdown-it-footnote: "npm:^4.0.0"
markdown-it-ins: "npm:^4.0.0"
Expand Down

0 comments on commit 8eaea33

Please sign in to comment.