add build command
This commit is contained in:
+3
-1
@@ -15,12 +15,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn lucide build && yarn lucide-react build && yarn lucide-vue build",
|
"build": "yarn lucide build && yarn lucide-react build && yarn lucide-preact build && yarn lucide-vue build && yarn lucide-vue-next build && yarn lucide-angular build",
|
||||||
"test": "yarn lucide build:icons && yarn lucide-react build:icons && yarn lucide-vue build:icons && jest",
|
"test": "yarn lucide build:icons && yarn lucide-react build:icons && yarn lucide-vue build:icons && jest",
|
||||||
"lucide": "yarn workspace lucide",
|
"lucide": "yarn workspace lucide",
|
||||||
"lucide-angular": "yarn workspace lucide-angular",
|
"lucide-angular": "yarn workspace lucide-angular",
|
||||||
"lucide-react": "yarn workspace lucide-react",
|
"lucide-react": "yarn workspace lucide-react",
|
||||||
|
"lucide-preact": "yarn workspace lucide-preact",
|
||||||
"lucide-vue": "yarn workspace lucide-vue",
|
"lucide-vue": "yarn workspace lucide-vue",
|
||||||
|
"lucide-vue-next": "yarn workspace lucide-vue-next",
|
||||||
"build:icons": "babel-node ./scripts/buildIcons.js --presets @babel/env",
|
"build:icons": "babel-node ./scripts/buildIcons.js --presets @babel/env",
|
||||||
"optimize": "babel-node ./scripts/optimizeSvgs.js --presets @babel/env",
|
"optimize": "babel-node ./scripts/optimizeSvgs.js --presets @babel/env",
|
||||||
"addtags": "babel-node ./scripts/addMissingKeysToTags.js --presets @babel/env",
|
"addtags": "babel-node ./scripts/addMissingKeysToTags.js --presets @babel/env",
|
||||||
|
|||||||
Reference in New Issue
Block a user