mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 10:11:21 +00:00
Merge 54daba39cc
into 843775ef96
This commit is contained in:
commit
76d180ef72
@ -5,7 +5,5 @@ export default [
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
...tseslint.configs.stylistic,
|
||||
{
|
||||
ignores: [".*", "dist"],
|
||||
},
|
||||
{ ignores: ["dist"] },
|
||||
];
|
||||
|
@ -6,7 +6,7 @@
|
||||
"build": "rollup -c",
|
||||
"format": "prettier --write --cache . !dist !README.md",
|
||||
"lint": "eslint",
|
||||
"test": "vitest"
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"gha-utils": "^0.4.1"
|
||||
|
@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
watch: false,
|
||||
coverage: {
|
||||
all: false,
|
||||
enabled: true,
|
||||
|
Loading…
Reference in New Issue
Block a user