add scope to yarn deploy

main
Mike Fix 5 years ago
parent 7408fec143
commit f34df2e288

@ -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",

Loading…
Cancel
Save