Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Mar 2, 2021
1 parent d6726b1 commit e1f6e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: build
run: |
npm build
npm run build
- name: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsm-as-promised",
"version": "0.17.0-alpha",
"version": "0.17.0-alpha.1",
"description": "A minimalistic finite state machine library using promises",
"author": {
"name": "Vlad Stirbu",
Expand Down

0 comments on commit e1f6e00

Please sign in to comment.