We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284888f commit 96b5e23Copy full SHA for 96b5e23
ci/commit-lockfile.sh
@@ -21,5 +21,6 @@ if ! git diff-index --quiet HEAD --; then
21
22
git add package-lock.json
23
git commit -m "chore(*): update lockfile"
24
- git push
+ LAST_COMMIT=`git rev-parse HEAD`
25
+ git push origin $LAST_COMMIT:$TRAVIS_PULL_REQUEST_BRANCH
26
fi
0 commit comments