From 2d116d9d76979e48d1f9eb87f2ef7dfe7951fba4 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 21 Jan 2020 14:31:46 +0100 Subject: [PATCH] REMOVE now --- now.json | 23 ----------------------- package.json | 1 - 2 files changed, 24 deletions(-) delete mode 100644 now.json diff --git a/now.json b/now.json deleted file mode 100644 index 26ca24c59d4e..000000000000 --- a/now.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": 2, - "name": "monorepo", - "public": true, - "builds": [ - { - "src": "package.json", - "use": "@now/static-build", - "config": { - "distDir": "built-storybooks" - } - } - ], - "build": { - "env": { - "DOTENV_DISPLAY_WARNING": "none", - "STORYBOOK_EXAMPLE_APP":"true" - } - }, - "routes": [ - { "src": "/(.*)", "dest": "/built-storybooks/$1" } - ] -} diff --git a/package.json b/package.json index 736e060729e1..64eb756f867f 100644 --- a/package.json +++ b/package.json @@ -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",