Skip to content

Commit

Permalink
Netlify for examples again (#9585)
Browse files Browse the repository at this point in the history
Netlify for examples again
  • Loading branch information
ndelangen authored and shilman committed Feb 2, 2020
1 parent 7dbd7f1 commit ac4b688
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
6 changes: 4 additions & 2 deletions netlify.toml
@@ -1,7 +1,9 @@
[build]
publish = "docs/public"
command = "cd docs && yarn && yarn build && cd .."
publish = "built-storybooks"
command = "yarn bootstrap --core && yarn build-storybooks"
[build.environment]
NODE_VERSION = "10"
YARN_VERSION = "1.19.1"
YARN_FLAGS = "--version"
DOTENV_DISPLAY_WARNING = "none"
STORYBOOK_EXAMPLE_APP ="true"
23 changes: 0 additions & 23 deletions now.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,6 @@
"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",
"lint:md": "remark -q",
"lint:package": "sort-package-json",
"now-build": "yarn bootstrap --core && yarn build-storybooks",
"publish:crna": "yarn --cwd examples-native/crna-kitchen-sink expo publish",
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",
Expand Down

0 comments on commit ac4b688

Please sign in to comment.