mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Remove test runs
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -86,9 +86,6 @@ jobs:
|
|||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: npm test
|
|
||||||
|
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: npm run replace-version
|
run: npm run replace-version
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
"build:vendor-plugins": "node scripts/vendor-plugins.cjs",
|
"build:vendor-plugins": "node scripts/vendor-plugins.cjs",
|
||||||
"build:vendor-node": "node scripts/vendor-node.cjs",
|
"build:vendor-node": "node scripts/vendor-node.cjs",
|
||||||
"build:plugin-runtime": "npm run --prefix plugin-runtime build",
|
"build:plugin-runtime": "npm run --prefix plugin-runtime build",
|
||||||
"test": "vitest",
|
|
||||||
"coverage": "vitest run --coverage",
|
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"replace-version": "node scripts/replace-version.cjs"
|
"replace-version": "node scripts/replace-version.cjs"
|
||||||
},
|
},
|
||||||
@@ -107,8 +105,7 @@
|
|||||||
"nodejs-file-downloader": "^4.13.0",
|
"nodejs-file-downloader": "^4.13.0",
|
||||||
"rimraf": "^5.0.7",
|
"rimraf": "^5.0.7",
|
||||||
"vite-plugin-svgr": "^4.2.0",
|
"vite-plugin-svgr": "^4.2.0",
|
||||||
"vite-plugin-top-level-await": "^1.4.1",
|
"vite-plugin-top-level-await": "^1.4.1"
|
||||||
"vitest": "^1.3.0"
|
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,tsx}": "eslint --cache --fix",
|
"*.{ts,tsx}": "eslint --cache --fix",
|
||||||
|
|||||||
Reference in New Issue
Block a user