mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(build): fix release.sh
This commit is contained in:
parent
6d01384a55
commit
da8ab2f928
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ BUMP_TYPE=$1
|
|||
sed -i .tmp -e 's/"version": "\(.*\)-snapshot"/"version": "\1"/' package.json
|
||||
|
||||
# Build
|
||||
# ./jenkins_build.sh
|
||||
grunt package
|
||||
./jenkins_build.sh
|
||||
VERSION=`cat build/version.txt`
|
||||
|
||||
# Commit and tag
|
||||
|
|
|
|||
Loading…
Reference in a new issue