Skip to content

Commit 36e4b13

Browse files
authored
chore: move cloudflare-pages example into examples (#17)
* chore: move cloudflare-pages example into `examples` * fix the CI command
1 parent 9c031e3 commit 36e4b13

File tree

17 files changed

+69
-40
lines changed

17 files changed

+69
-40
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: npm install
2323
- run: npx playwright install --with-deps
2424
- run: npm run build
25-
- run: npm run test:e2e
25+
- run: npm run test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

example/package.json renamed to examples/cloudflare-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "example",
2+
"name": "example-cloudflare-pages",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",
@@ -37,4 +37,4 @@
3737
"engines": {
3838
"node": ">=20.0.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)