Skip to content

Commit

Permalink
run dist before next build
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Mar 8, 2019
1 parent 939b80f commit 2ffa61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"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",
Expand Down

0 comments on commit 2ffa61f

Please sign in to comment.