Do not build npm package before publishing

This commit is contained in:
Wilson Lin 2020-07-22 23:59:01 +10:00
parent 2366b31a20
commit e21d663856
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ jobs:
package-lock=false
//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
EOF
npm install
npm run build
cp ../README.md .
if [[ "${{ steps.version.outputs.VERSION }}" != "0.0.0" ]]; then
npm publish --access public