mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(react): prevent dev build race condition (#139)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"build:watch": "tsdown --watch ./src --silent",
|
||||
"build:watch": "tsdown --watch ./src --ignore-watch ./src/icons/generated-icons --silent",
|
||||
"dev": "pnpm run build:watch",
|
||||
"format:icons": "echo noop. Need to replace based on eslint vs. prettier decisions!",
|
||||
"generate:icons": "svgr --config-file svgr.config.js --out-dir src/icons/generated-icons ../icons/assets && pnpm format:icons",
|
||||
|
||||
Reference in New Issue
Block a user