Skip to content

Commit

Permalink
fix publish script (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored and Xintong Xia committed Jun 4, 2019
1 parent 358f7c6 commit 7c3a431
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 @@ -36,7 +36,8 @@
"version": "ocular-build core,main",
"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 7c3a431

Please sign in to comment.