Skip to content

Commit

Permalink
[chore] Switch from now to vercel (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 2, 2020
1 parent ad08587 commit 7a6b969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"normalize-pkgfields": "node scripts/normalizePackageFields.js",
"prettify": "lerna run clean && prettier --write \"**/*.js\"",
"postinstall": "lerna bootstrap",
"now-build": "npm run build && cd packages/test-studio && node ../@sanity/cli/bin/sanity build -y"
"vercel-build": "npm run build && cd packages/test-studio && node ../@sanity/cli/bin/sanity build -y"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
Expand All @@ -48,9 +48,9 @@
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.4",
"@now/node": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@vercel/node": "^1.8.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
Expand Down
File renamed without changes.

1 comment on commit 7a6b969

@vercel
Copy link

@vercel vercel bot commented on 7a6b969 Oct 2, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.