Skip to content

Commit 80de2f4

Browse files
committed
fix: deploy when package.json changes
1 parent 21fa2f6 commit 80de2f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.cloudflare.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- 'client/**'
1010
- 'public/**'
11+
- 'package.json'
1112
# Allows you to run this workflow manually from the Actions tab
1213
workflow_dispatch: null
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "BeepBoopBot",
2+
"name": "beepboopbot",
33
"version": "1.0.0",
44
"description": "A fun way to learn programming concepts, Help B3 get home",
55
"engines": {

0 commit comments

Comments
 (0)