Skip to content

Commit

Permalink
馃悰 FIX: fix github workflow build step
Browse files Browse the repository at this point in the history
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
  • Loading branch information
bhumijgupta committed Aug 19, 2020
1 parent 5368501 commit 6898090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Run npm install to install project packages
- run: npm install
# npm build to build the project
- run: npm build
- run: npm run build
# publish the files to NPM
- run: npm publish --access public
# for publishing, npm need authorization. We add the NPM token to the environment which will take care of authorization to publish to the package
Expand Down

0 comments on commit 6898090

Please sign in to comment.