Skip to content

Commit

Permalink
[README.md] Add a note about cdn.cubing.net.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 22, 2025
1 parent f27a43e commit a8bc8ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ npm version [major|minor|patch] -m "Release description"
git push --follow-tags
make publish
```

#### CDN

Note that `cdn.cubing.net` requires an explicit version bump and deployment in order to pick up the new `@cubing/icons` version:

```shell
git clone https://github.com/cubing/cdn.cubing.net && cd cdn.cubing.net
# Requires SSH and optional Fastly credentials to deploy
make roll-@cubing/icons
```

0 comments on commit a8bc8ce

Please sign in to comment.