Maintenance: Updating icons generator to output typescript (#1785)

This commit is contained in:
Michael Clark
2023-10-19 08:13:04 +01:00
committed by GitHub
parent acf4456077
commit 5cc6bad34b
368 changed files with 1098 additions and 365 deletions

View File

@@ -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"