You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: learning_track.md
+8
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,14 @@ This guide tracks useful steps to learn how to maintain and modify this system.
92
92
* Verify the linking status with `clever applications`
93
93
* Log with the app alias: `clever ssh --alias transport-prochainement`
94
94
95
+
### Learn how to upgrade the javascript assets
96
+
97
+
*`cd apps/transport/client`
98
+
*`yarn outdated` shows the outdated packages (see [here](https://github.com/etalab/transport-site/pull/4287) for a sample)
99
+
* Use `yarn upgrade abc [def]` ([doc](https://classic.yarnpkg.com/lang/en/docs/cli/upgrade/)) to upgrade one or more packages
100
+
* Look into [package.json](https://github.com/etalab/transport-site/blob/master/apps/transport/client/package.json) to see how to specify versions
101
+
* Most javascript-enabled features are not tested specifically - use `prochainement` or a local rendering to verify if nothing is broken
102
+
95
103
### Learn about the GTFS and GTFS-RT specifications
96
104
97
105
*@thbar bought https://gumroad.com/l/gtfsbundle (available to the team on demand)
0 commit comments