mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Maintenance: Updating icons generator to output typescript (#1785)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
"watch": "cross-env BROWSER=none yarn start",
|
||||
"build": "cross-env INLINE_RUNTIME_CHUNK=false craco build",
|
||||
"build:browser": "cross-env ./bin/build-browser",
|
||||
"generate:icons": "rm src/icons/*/*.js; cd src/icons && svgr --expand-props start --ext js -d . .",
|
||||
"generate:icons": "rm src/icons/*/*.tsx; cd src/icons && svgr --typescript --expand-props start -d . .",
|
||||
"test": "craco test",
|
||||
"e2e": "npx playwright test --browser=chromium",
|
||||
"vrt": "cross-env VRT=true npx playwright test --browser=chromium"
|
||||
|
||||
Reference in New Issue
Block a user