Skip to content

Commit fe06d3d

Browse files
authored
Add Worker Publisher template (#761)
1 parent b2eb292 commit fe06d3d

File tree

57 files changed

+10420
-13637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+10420
-13637
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ The following selections do not need to be completed if this PR only contains ch
1515
- [ ] template preview image uploaded to Images
1616
- [ ] README is populated and uses `<!-- dash-content-start -->` and `<!-- dash-content-end -->` to designate the Dash readme preview
1717
- [ ] package.json contains a `deploy` command
18+
- [ ] package.json contains `private: true` and no `version` field
1819

1920
## Example package.json
2021

2122
```json
23+
"private": true,
2224
"cloudflare": {
2325
"label": "Worker + D1 Database",
2426
"products": [

.github/workflows/pull-request-dont-block-previews.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424

2525
- name: Validate Deploy to Cloudflare buttons
2626
run: pnpm -w validate-d2c-buttons
27+
28+
- name: Validate version and private package.json
29+
run: pnpm -w validate-version-private-package-json

astro-blog-starter-template/package-lock.json

Lines changed: 387 additions & 839 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

astro-blog-starter-template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "astro-blog-starter-template",
33
"description": "Build a personal website, blog, or portfolio with Astro.",
4+
"private": true,
45
"cloudflare": {
56
"label": "Astro Framework Starter",
67
"products": [

0 commit comments

Comments
 (0)