Skip to content

Commit ac4b688

Browse files
ndelangenshilman
authored andcommitted
Netlify for examples again (#9585)
Netlify for examples again
1 parent 7dbd7f1 commit ac4b688

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

netlify.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build]
2-
publish = "docs/public"
3-
command = "cd docs && yarn && yarn build && cd .."
2+
publish = "built-storybooks"
3+
command = "yarn bootstrap --core && yarn build-storybooks"
44
[build.environment]
55
NODE_VERSION = "10"
66
YARN_VERSION = "1.19.1"
77
YARN_FLAGS = "--version"
8+
DOTENV_DISPLAY_WARNING = "none"
9+
STORYBOOK_EXAMPLE_APP ="true"

now.json

-23
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
6363
"lint:md": "remark -q",
6464
"lint:package": "sort-package-json",
65-
"now-build": "yarn bootstrap --core && yarn build-storybooks",
6665
"publish:crna": "yarn --cwd examples-native/crna-kitchen-sink expo publish",
6766
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
6867
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",

0 commit comments

Comments
 (0)