mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
🐛 Fix cli package json after ts build change (#4957)
* fix cli package json after ts build change * release ntoes
This commit is contained in:
@@ -52,7 +52,7 @@ if (values.help) {
|
||||
|
||||
if (values.version) {
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||
const packageJsonPath = resolve(__dirname, '../package.json');
|
||||
const packageJsonPath = resolve(__dirname, '../../package.json');
|
||||
const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf-8'));
|
||||
|
||||
console.log('v' + packageJson.version);
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"type": "module",
|
||||
"files": [
|
||||
"build",
|
||||
"default-db.sqlite",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
6
upcoming-release-notes/4957.md
Normal file
6
upcoming-release-notes/4957.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Fix cli tool version after server typescript update
|
||||
Reference in New Issue
Block a user