CI workflow

This commit is contained in:
Gregory Schier
2024-09-09 11:43:21 -07:00
parent b72e037e6a
commit 48e62eb1d9
5 changed files with 68 additions and 203 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"repository": "https://github.com/yaakapp/plugins",
"private": true,
"scripts": {
"build": "node scripts/build-plugins.cjs"
"build": "node scripts/build-plugins.cjs",
"test": "vitest run"
},
"devDependencies": {
"jsonpath": "^1.1.1",