mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
feat: new CLI, Styles and more (#637)
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
"NEXT_PUBLIC_APP_URL",
|
||||
"UPSTASH_REDIS_REST_URL",
|
||||
"UPSTASH_REDIS_REST_TOKEN",
|
||||
"COMPONENTS_BASE_URL",
|
||||
"npm_config_user_agent"
|
||||
"COMPONENTS_REGISTRY_URL",
|
||||
"npm_config_user_agent",
|
||||
"https_proxy"
|
||||
],
|
||||
"outputs": ["dist/**", ".next/**"]
|
||||
},
|
||||
@@ -42,6 +43,10 @@
|
||||
},
|
||||
"check": {
|
||||
"cache": false
|
||||
},
|
||||
"test": {
|
||||
"cache": false,
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user