Skip to content

Commit

Permalink
Ensure dev deps are installed before building.
Browse files Browse the repository at this point in the history
  • Loading branch information
twisty committed Jul 6, 2019
1 parent 781d1a8 commit 8740a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ fi

export NODE_ENV=production;

yarn lint && yarn build;
yarn install --production=false && yarn lint && yarn build;

0 comments on commit 8740a8e

Please sign in to comment.