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 committed Jan 27, 2020
2 parents d401a25 + b0e10fb commit 45fa76c
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 @@ -63,7 +63,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

1 comment on commit 45fa76c

@vercel
Copy link

@vercel vercel bot commented on 45fa76c Jan 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Your `package.json` file is missing a `build` property inside the `scripts` property.

Please sign in to comment.