mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
feat: добавить entry-point для React-модуля
- добавлена генерация index.ts рядом с React-компонентом - добавлен тест генерации directory import - обновлена документация ожидаемого output
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"build": "tsup && npm run build:preview",
|
||||
"build:preview": "cd preview && npx vite build",
|
||||
"dev": "tsup --watch",
|
||||
"test": "tsup && node --test test/*.test.mjs",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"sprite": "node dist/cli.js",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
||||
Reference in New Issue
Block a user