Use custom tag for prod releases

This commit is contained in:
Xiaoji Chen 2021-01-29 12:31:45 -08:00
parent 6ab3d6ef9a
commit ddf44727eb

View File

@ -38,7 +38,7 @@
"flowgen": "for i in $(find dist -type f -name \"*.d.ts\"); do sh -c \"flowgen $i -o ${i%.*.*}.js.flow\"; done;",
"lint": "ocular-lint",
"cover": "ocular-test cover",
"publish-prod": "ocular-publish prod",
"publish-prod": "ocular-publish prod alt-latest",
"publish-beta": "ocular-publish beta",
"test": "tsc && ocular-test",
"test-fast": "tsc && ocular-test node",