diff --git a/package.json b/package.json index 147e821..0d14303 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "next build", "start": "next start", "test:e2e": "npm run cy:run --", - "deploy": "now", + "deploy": "now -S carbon-app", "prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages,packages}/**/*.js", "lint": "eslint .", "contrib:add": "all-contributors add",