Skip to content

Commit 2dcef9a

Browse files
committed
build: change the release script
1 parent 12907ad commit 2dcef9a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build/release.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
git checkout master
2-
git merge dev
3-
4-
#!/usr/bin/env sh
1+
#!/bin/bash
52
set -e
63

74
if [[ -z $1 ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint src/**/* test/**/*",
1515
"test:push": "jest --coverage --coverageReporters=text-lcov | coveralls",
1616
"test": "jest",
17-
"deploy": "sh build/release.sh"
17+
"release": "bash build/release.sh"
1818
},
1919
"jest": {
2020
"moduleFileExtensions": [

0 commit comments

Comments
 (0)