@globalfishingwatch/i18n-labels 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,13 +75,20 @@ import { timebar } from '@globalfishingwatch/i18n-labels'
75
75
  console.log(timebar.playback.playAnimation) // "Play animation"
76
76
  ```
77
77
 
78
- ## Build and publish
78
+ ## Build and publish to npm (latest)
79
79
 
80
80
  ```bash
81
- nx build i18n-labels
81
+ nx version i18n-labels
82
82
  nx publish i18n-labels
83
83
  ```
84
84
 
85
+ ## Publish to production (stable)
86
+
87
+ ```bash
88
+ nx publish:stable i18n-labels
89
+ nx purge:stable i18n-labels
90
+ ```
91
+
85
92
  ## License
86
93
 
87
94
  MIT