Skip to content

Commit

Permalink
Merge pull request #718 from primer/fix-npm-link
Browse files Browse the repository at this point in the history
Remove "prepare" npm script that runs "dist"
  • Loading branch information
simurai authored Mar 13, 2019
2 parents e0bcf52 + 2ffa61f commit 4a8c79b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a8c79b

Please sign in to comment.