Skip to content

Commit

Permalink
fix publish script (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jun 1, 2019
1 parent 2d9b932 commit 5d8bfa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"build": "ocular-clean && ocular-build",
"lint": "ocular-lint",
"cover": "ocular-test cover",
"publish": "ocular-publish",
"publish-prod": "ocular-publish prod",
"publish-beta": "ocular-publish beta",
"test": "flow check && ocular-test",
"test-fast": "flow check && ocular-test fast",
"metrics": "ocular-metrics",
Expand Down

0 comments on commit 5d8bfa5

Please sign in to comment.