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
3. Run `nvm use` assumes a Node Version Manager install, and confirm your on an operable version of Node.
8
-
4.`yarn install`
8
+
4.`yarn install && yarn build` to install all dependencies and build the pre-processed assets for publication.
9
9
5.`npm whoami` ensure that you are logged in with the user account for the public NPM registry
10
10
6.`yarn changeset-publish`
11
11
7. Scan the version summary for any unexpected changes.
@@ -25,7 +25,7 @@ The docs site will publish automatically if the `#publish` string is included in
25
25
26
26
If publishing fails with an error, check the [list of tags](https://github.com/adobe/spectrum-web-components/tags) to see if new tags have been released for your publishing attempt. If they were, run `yarn changeset-publish` again.
27
27
28
-
###Publishing the docs site manually
28
+
## Publishing the docs site manually
29
29
30
30
Navigate to SWC's [Actions](https://github.com/adobe/spectrum-web-components/actions) and click the `Build & publish site` link under the _Workflows_ heading.
0 commit comments