Update package.json

This commit is contained in:
SMAH1
2021-04-04 09:28:50 +04:30
committed by GitHub
parent a01d5c6f1e
commit ecc1b1262a
+4 -6
View File
@@ -1,10 +1,9 @@
{
"private": true,
"workspaces": {
"packages": [
"packages/*",
"site"
],
"workspaces": [
"packages/*",
"site"
],
"nohoist": [
"**/jest", "**/jest/**",
"**/jasmine", "**/jasmine/**",
@@ -19,7 +18,6 @@
"build": "yarn lucide build && yarn lucide-react build && yarn lucide-vue build",
"test": "yarn lucide build:icons && yarn lucide-react build:icons && yarn lucide-vue build:icons && jest",
"lucide": "yarn workspace lucide",
"lucide-angular": "yarn workspace lucide-angular",
"lucide-react": "yarn workspace lucide-react",
"lucide-vue": "yarn workspace lucide-vue",
"build:icons": "babel-node ./scripts/buildIcons.js --presets @babel/env",