Skip to content

Commit

Permalink
Adding parent building to netlify command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed May 22, 2019
1 parent a613047 commit a8a198f
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 @@ -16,7 +16,7 @@
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"netlify": "cd example && yarn && yarn build"
"netlify": "yarn && yarn build && cd example && yarn && yarn build"
},
"peerDependencies": {
"react": ">=16"
Expand Down

0 comments on commit a8a198f

Please sign in to comment.