Skip to content

Commit

Permalink
Merge pull request #147 from lsst-sqre/tickets/DM-40262
Browse files Browse the repository at this point in the history
DM-40262: Configure changesets to tag private packages
  • Loading branch information
jonathansick authored Aug 4, 2023
2 parents 50068b1 + e928f12 commit a46b8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"@changesets/changelog-github",
{ "repo": "lsst-sqre/squareone" }
],
"privatePackages": {
"version": true,
"tag": true
},
"commit": false,
"fixed": [],
"linked": [],
Expand Down
16 changes: 0 additions & 16 deletions docs/packages/rubin-style-dictionary/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@ Finally, install the package:
npm install @lsst-sqre/rubin-style-dictionary
Using the token files
=====================

Once the package is installed, you can access token files in different formats in the :file:`dist` directory of the installed package:

.. code-block:: text
node_modules/@lsst-sqre/rubin-style-dictionary/dist/
For example, in a Next.js project you can directly import CSS into your app wrapper page:

.. code-block:: js
import '@lsst-sqre/rubin-style-dictionary/dist/tokens.css';
import '@lsst-sqre/rubin-style-dictionary/dist/tokens.dark.css';
Installing on GitHub Actions
============================

Expand Down

0 comments on commit a46b8fa

Please sign in to comment.