diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..75bd198 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -e +URL=$(now) +yarn cy:run --config baseUrl="$URL" + +# now alias "$URL" carbon +# git checkout master +# release patch \ No newline at end of file diff --git a/package.json b/package.json index bd92594..a35b383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon", - "version": "3.8.8", + "version": "3.8.9", "main": "index.js", "license": "MIT", "scripts": {