@tryghost/announcement-bar 1.1.257 → 1.1.259

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,17 +4,17 @@
4
4
 
5
5
  ### Pre-requisites
6
6
 
7
- - Run `pnpm` in Ghost monorepo root
8
- - Run `pnpm` in this directory
7
+ - Run `pnpm setup` in the Ghost monorepo root
9
8
 
10
- ### Running via Ghost `pnpm dev` in root folder
9
+ ### Running via Ghost from the monorepo root
10
+
11
+ Start Ghost with the public-app watchers enabled:
11
12
 
12
- Announcement Bar runs automatically when using Ghost's development command from the monorepo root:
13
13
  ```bash
14
- pnpm dev
14
+ pnpm dev:public
15
15
  ```
16
16
 
17
- This starts all frontend apps (including Announcement Bar.)
17
+ This starts the standard development environment and the Announcement Bar watcher. To run only the package's build watcher, use `pnpm dev` from this directory.
18
18
 
19
19
  ## Release
20
20
 
@@ -32,7 +32,7 @@ In either case, you need sufficient permissions to release `@tryghost` packages
32
32
  2. Merge the release commit to `main`
33
33
  3. Wait until a new version of Ghost is released
34
34
 
35
- To use the new version of signup form in Ghost, update the version in Ghost core's default configuration (currently at `core/shared/config/default.json`)
35
+ To use the new version of Announcement Bar in Ghost, update the version in Ghost core's default configuration (currently at `core/shared/config/default.json`)
36
36
 
37
37
  # Copyright & License
38
38
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tryghost/announcement-bar",
3
3
  "type": "module",
4
- "version": "1.1.257",
4
+ "version": "1.1.259",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",