mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Merge bde283da36
into f9395041e1
This commit is contained in:
commit
3dbb48a2c9
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
|
"inputs": ["src"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
@ -27,13 +28,13 @@
|
||||||
},
|
},
|
||||||
"spell": {
|
"spell": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"inputs": ["src/**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}"],
|
"inputs": ["**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}"],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"test:playwright": {
|
"test:playwright": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"dependsOn": ["build"],
|
"dependsOn": ["build"],
|
||||||
"inputs": ["**/*.{ts,tsx,js,jsx,astro}"],
|
"inputs": ["src"],
|
||||||
"outputs": ["playwright-report/**", "test-results/**"]
|
"outputs": ["playwright-report/**", "test-results/**"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue