Generic build version

This commit is contained in:
Gregory Schier
2024-06-20 09:17:28 -07:00
parent fac5385d5d
commit d70254bcdc
5 changed files with 17 additions and 3 deletions

View File

@@ -25,7 +25,8 @@
"build:plugin:filter-xpath": "cd plugins/filter-xpath && vite build --emptyOutDir",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky install"
"prepare": "husky install",
"replace-version": "node ./scripts/replace-version.cjs"
},
"dependencies": {
"@codemirror/commands": "^6.2.1",