Skip to content

Commit

Permalink
Build package as part of postversion step
Browse files Browse the repository at this point in the history
Fixes error on missing package.
  • Loading branch information
fatso83 committed Mar 20, 2017
1 parent fd79000 commit a3eebd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/postversion.sh
Expand Up @@ -10,6 +10,9 @@ node ./scripts/set-release-id-in-config-yml.js
echo 'update changelog'
./scripts/update-changelog-page.sh

echo 'build new package'
node ./build.js

echo 'copy new version'
cp "./pkg/sinon-$PACKAGE_VERSION.js" ./docs/releases

Expand Down

0 comments on commit a3eebd9

Please sign in to comment.