Merge pull request #6063 from ferferga/ci-rework

Securize CI, reusable workflows, simplifications
This commit is contained in:
Bill Thornton
2024-10-13 12:04:13 -04:00
committed by GitHub
15 changed files with 433 additions and 371 deletions
+1
View File
@@ -152,6 +152,7 @@
"build:development": "webpack --config webpack.dev.js",
"build:production": "cross-env NODE_ENV=\"production\" webpack --config webpack.prod.js",
"build:check": "tsc --noEmit",
"build:es-check": "npm run build:production && npm run escheck",
"escheck": "es-check",
"lint": "eslint \"./\"",
"test": "vitest --watch=false --config vite.config.ts",