mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
Don't need to add all the paths, -f will find them
This commit is contained in:
committed by
Martin Raifer
parent
24c48627ac
commit
4a5a6e89b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user