Skip to content

Commit e48ccaa

Browse files
authored
improvement: Remove npm auth from yarn configuration (#8)
* feat: add custom styling and release automation - Implement custom CSS injection and URL rewriting to allow users to style PDFs and fix cross-environment links. - Add release-please GitHub Action to automate the release process and enable secure NPM publishing. * improvement: Remove npm auth from yarn configuration - Remove npmAlwaysAuth and npmAuthToken from .yarnrc.yml to improve security by avoiding explicit token references in configuration. - Update yarn.lock and install state to ensure the dependency tree is consistent with the new configuration.
1 parent 14fd3d8 commit e48ccaa

3 files changed

Lines changed: 1032 additions & 728 deletions

File tree

.yarn/install-state.gz

4.64 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# see https://yarnpkg.com/configuration/yarnrc
22
nodeLinker: node-modules
33

4-
npmAlwaysAuth: true
5-
6-
npmAuthToken: "${NPM_TOKEN}"
7-
84
npmPublishAccess: public
95

106
npmPublishRegistry: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)