mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Refactor build script order in package.json for improved execution flow
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"main": "dist/index.js",
|
||||
"types": "@types/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "vite build && yarn workspace loot-core exec tsc && node scripts/inline-loot-core-types.mjs",
|
||||
"build": "yarn workspace loot-core exec tsc && vite build && node scripts/inline-loot-core-types.mjs",
|
||||
"test": "vitest --run",
|
||||
"typecheck": "tsc --noEmit && tsc-strict"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user