mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
test: remove unnecessary configuration (#722)
* test: remove `.*` files from being ignored by ESLint Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * test: use `vitest run` to test library Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> --------- Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user