Skip to content

Commit 8a0ffa7

Browse files
committed
disable E2E
1 parent 88d9418 commit 8a0ffa7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"dev": "astro dev",
77
"build": "astro build",
88
"preview": "astro preview",
9-
"astro": "astro"
9+
"astro": "astro",
10+
"test": "echo \"E2E testing disabled\" && exit 0"
1011
},
1112
"dependencies": {
1213
"@astrojs/check": "^0.9.4",
1314
"astro": "^5.13.2",
1415
"typescript": "^5.9.2"
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)