Skip to content

Commit

Permalink
fix: traverse directories during release correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Jun 19, 2019
1 parent c265710 commit 28b64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -30,7 +30,7 @@ yarn
npm version $1 npm version $1
npm publish npm publish


cd paperboy-core cd ../paperboy-core
yarn yarn
yarn build yarn build
npm version $1 npm version $1
Expand Down

0 comments on commit 28b64b8

Please sign in to comment.