mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
ci: add new command for vite ecosystem CI (#13357)
This commit is contained in:
parent
fe8cacdf6e
commit
e8c26d5bdb
4 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
||||
"test": "astro-scripts test \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
||||
"test": "pnpm run test-fn && pnpm run test-static",
|
||||
"test-fn": "astro-scripts test \"test/functions/*.test.js\"",
|
||||
"test-static": "astro-scripts test \"test/static/*.test.js\"",
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
||||
"test": "astro-scripts test \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
||||
"test": "astro-scripts test --timeout 50000 \"test/**/!(hosted).test.js\"",
|
||||
"test:hosted": "astro-scripts test --timeout 30000 \"test/hosted/*.test.js\""
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue