setup-git-repo 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "test-reports",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "0.0.1",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"generate": "cd ../.. && VITEST_HTML_REPORT_DIR=apps/test-reports/dist vitest run",
|
|
7
|
-
"generate:coverage": "cd ../.. && VITEST_HTML_REPORT_DIR=apps/test-reports/dist vitest run --coverage",
|
|
8
|
-
"preview": "wrangler dev",
|
|
9
|
-
"deploy": "wrangler deploy"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"wrangler": "^4.130.0"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "node_modules/wrangler/config-schema.json",
|
|
3
|
-
"name": "{{REPO}}-test-reports",
|
|
4
|
-
"compatibility_date": "2026-07-29",
|
|
5
|
-
"assets": {
|
|
6
|
-
"directory": "./dist",
|
|
7
|
-
// Vitest's HTML reporter is a client-routed single page app.
|
|
8
|
-
"not_found_handling": "single-page-application"
|
|
9
|
-
}
|
|
10
|
-
}
|