Don't need to add all the paths, -f will find them

This commit is contained in:
Bryan Housel
2021-03-09 17:46:13 -05:00
committed by Martin Raifer
parent 24c48627ac
commit 4a5a6e89b5

View File

@@ -42,7 +42,7 @@ $ git push origin develop
$ git checkout release
$ git reset --hard develop
$ npm run all
$ git add -f dist/*.css dist/*.js dist/data/* dist/img/*.svg dist/mapillary-js/ dist/pannellum-streetside/
$ git add -f dist
$ git commit -m 'Check in build'
$ git tag vA.B.C
$ git push origin -f release vA.B.C