Skip to content

Commit

Permalink
Update cloudflare-pages test project build (#1800)
Browse files Browse the repository at this point in the history
* Update cloudflare-pages build command

* use .gitignore instead
  • Loading branch information
anniel-stripe authored May 31, 2023
1 parent 08003fd commit ba2568b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ coverage
.idea
testProjects/**/node_modules
testProjects/**/package-lock.json
testProjects/**/_worker.*
2 changes: 1 addition & 1 deletion testProjects/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build": "wrangler pages functions build && rm _worker.js"
"build": "wrangler pages functions build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit ba2568b

Please sign in to comment.