1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00

remove now-* npm scripts

This commit is contained in:
Shawn Allen 2019-09-10 10:09:36 -07:00
parent afd5a05646
commit 2b3ae9db6d

View File

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