Skip to content

Commit 28753c5

Browse files
committed
Upgrade now to vercel.
1 parent 4b6be36 commit 28753c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ lerna-debug.log*
1515
# when working with contributors
1616
package-lock.json
1717
yarn.lock
18+
19+
.vercel

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bootstrap": "yarn build:packages && yarn workspaces run bootstrap",
1515
"clean": "lerna clean",
1616
"start": "run-p start:*",
17-
"start:examples": "now dev",
17+
"start:examples": "vercel dev",
1818
"start:storybook": "start-storybook -p 6006",
1919
"lint": "eslint packages/*/src/*.{js,ts,tsx}",
2020
"test": "jest packages/*/src/*.spec.js",
@@ -32,7 +32,7 @@
3232
"build:packages": "lerna run --scope 'react-async*' build",
3333
"build:examples": "lerna run --scope '*-example' build",
3434
"build:storybook": "build-storybook -o storybook",
35-
"deploy:examples": "now --prod --scope async-library --token $NOW_API_TOKEN",
35+
"deploy:examples": "vercel --prod --scope async-library --token $NOW_API_TOKEN",
3636
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
3737
"postbump": "yarn build:packages"
3838
},
@@ -72,7 +72,7 @@
7272
"jest": "24.9.0",
7373
"lerna": "3.20.2",
7474
"node-jq": "1.11.1",
75-
"now": "16.7.3",
75+
"vercel": "20.1.2",
7676
"npm-run-all": "4.1.5",
7777
"prettier": "1.19.1",
7878
"prop-types": "15.7.2",

now.json vercel.json

File renamed without changes.

0 commit comments

Comments
 (0)