Skip to content

Commit

Permalink
fix publish script - release -> gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Aug 19, 2019
1 parent 2c5f97e commit eb55b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish.sh
Expand Up @@ -9,6 +9,6 @@ fi
npm run build
cp -r ./src/*/ .
npm publish
npm run release
npm run gh-release
rm -rf ./components
rm -rf ./icons

0 comments on commit eb55b8b

Please sign in to comment.