mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
♻️ (api) do not bundle test files in package output (#4640)
This commit is contained in:
committed by
GitHub
parent
78e763659e
commit
9f9f349cbf
@@ -15,5 +15,5 @@
|
||||
}
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": ["**/node_modules/*", "dist", "@types"]
|
||||
"exclude": ["**/node_modules/*", "dist", "@types", "*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user