From 2b3ae9db6d80ecb4c044c8fccf6d4215b0d30f2e Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 10 Sep 2019 10:09:36 -0700 Subject: [PATCH] remove now-* npm scripts --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index cfec6e00..7b78615d 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,6 @@ "lint": "npm-run-all -s lint-css lint-js", "lint-css": "stylelint --quiet --syntax scss src/**/*.scss", "lint-js": "eslint script lib docs deprecations.js .storybook", - "now-build": "npm run dist && next build", - "now-start": "next start", - "now-test": "npm-run-all -s now-build now-start", "postpublish": "script/postpublish", "prepublishOnly": "script/prepublish", "publish-storybook": "script/publish-storybook",