@tryghost/announcement-bar 1.1.258 → 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.
- package/README.md +7 -7
- 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
|
|
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
|
|
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
|
|
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
|
|