Skip to content

Commit 050d8f4

Browse files
committed
Remove preview script from package.json as astro serve is not available with Vercel adapter
1 parent 6dfb4f3 commit 050d8f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

_TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TODO
22

3+
## CI
4+
5+
Change the DEBUG=1 flag to C1=1, add an isCI() method to environment, check both CI and whatever GitHub Actions uses, update Playwright config to it and docs
6+
37
## Analytics
48

59
Vercel Analytics

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"lint:tsc:check": "tsc --noEmit -p tsconfig.json --pretty false",
4040
"lint:json": "npx prettier --write '**/*.json' --cache --ignore-path .gitignore",
4141
"lint:style": "npx stylelint \"src/**/*.{css,astro}\"",
42-
"preview": "npx astro build && astro preview",
4342
"sync": "npx astro sync",
4443
"test": "npm run test:unit && npm run test:e2e",
4544
"test:coverage": "npx vitest run --coverage",

0 commit comments

Comments
 (0)