mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Run imagery before translations (imagery is now translated)
This commit is contained in:
+2
-2
@@ -14,13 +14,13 @@ on the iD project, and then create this file with contents like<br><pre>
|
||||
### Update master branch
|
||||
```bash
|
||||
$ git checkout master
|
||||
$ npm run translations
|
||||
$ git add . && git commit -m 'npm run translations'
|
||||
$ rm -rf node_modules/editor-layer-index/
|
||||
$ npm install
|
||||
$ npm run imagery
|
||||
$ npm run all
|
||||
$ git add . && git commit -m 'npm run imagery'
|
||||
$ npm run translations
|
||||
$ git add . && git commit -m 'npm run translations'
|
||||
$ Update `CHANGELOG.md`
|
||||
$ Update version number in `modules/core/context.js`, `package.json`
|
||||
$ git add . && git commit -m 'A.B.C'
|
||||
|
||||
Reference in New Issue
Block a user