mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
update build command
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -125,9 +125,12 @@ apps/new-docs/*
|
||||
# UI tokens
|
||||
packages/ui/tokens/**/*.json
|
||||
|
||||
# UI Storybook build
|
||||
packages/ui/storybook-static
|
||||
|
||||
# For self-hosted logs: https://github.com/supabase/supabase/blob/86e3ab20abfdb9c3e666334d3d2f8efeef9ccf2c/docker/docker-compose-logging.yml#L101
|
||||
gcloud.json
|
||||
|
||||
# sitemaps
|
||||
# apps/www/public/*.xml
|
||||
# apps/docs/public/*.xml
|
||||
# apps/docs/public/*.xml
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"copy-tokens": "node internals/tokens/copy-tokens.js",
|
||||
"cleanse-css-for-tailwind": "node internals/tokens/cleanse-css-for-tailwind.js",
|
||||
"generate-styles": "npm run copy-tokens && npm run build-tokens && npm run cleanse-css-for-tailwind",
|
||||
"build-storybook": "storybook build",
|
||||
"storybook-build": "storybook build",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"test": "jest"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user