Remove test runs

This commit is contained in:
Gregory Schier
2024-07-22 18:12:12 -07:00
parent 01441b26db
commit c57096640d
2 changed files with 1 additions and 7 deletions

View File

@@ -86,9 +86,6 @@ jobs:
- name: Run lint
run: npm run lint
- name: Run tests
run: npm test
- name: Set version
run: npm run replace-version
env:

View File

@@ -19,8 +19,6 @@
"build:vendor-plugins": "node scripts/vendor-plugins.cjs",
"build:vendor-node": "node scripts/vendor-node.cjs",
"build:plugin-runtime": "npm run --prefix plugin-runtime build",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky install",
"replace-version": "node scripts/replace-version.cjs"
},
@@ -107,8 +105,7 @@
"nodejs-file-downloader": "^4.13.0",
"rimraf": "^5.0.7",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vitest": "^1.3.0"
"vite-plugin-top-level-await": "^1.4.1"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",