mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
Merge pull request #718 from primer/fix-npm-link
Remove "prepare" npm script that runs "dist"
This commit is contained in:
commit
4a8c79b3f8
@ -28,11 +28,10 @@
|
||||
"lint": "npm-run-all -s lint-css lint-js",
|
||||
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
|
||||
"lint-js": "eslint lib docs .storybook",
|
||||
"now-build": "next build",
|
||||
"now-build": "npm run dist && next build",
|
||||
"now-start": "next start",
|
||||
"now-test": "npm-run-all -s now-build now-start",
|
||||
"postpublish": "script/postpublish",
|
||||
"prepare": "npm run dist",
|
||||
"prepublishOnly": "script/prepublish",
|
||||
"publish-storybook": "script/publish-storybook",
|
||||
"start": "next dev",
|
||||
|
Loading…
Reference in New Issue
Block a user