mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* Fix version bump logic to work if the month has rolled over * Refactor script to be more testable * Add tests for regression * Move tests to dedicated package * Add release notes * Coderabbit
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"name": "@actual-app/ci-actions",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest"
|
|
}
|
|
}
|