add scope to yarn deploy

main
Mike Fix 5 years ago
parent 7408fec143
commit f34df2e288

@ -8,7 +8,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"test:e2e": "npm run cy:run --", "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", "prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages,packages}/**/*.js",
"lint": "eslint .", "lint": "eslint .",
"contrib:add": "all-contributors add", "contrib:add": "all-contributors add",

Loading…
Cancel
Save