Skip to content

Commit

Permalink
hack to fix using legacy cockpit-helpers and cockpit-typings
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 23, 2024
1 parent 16af55d commit 1bc9937
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ rm .yarnrc.yml .yarn -rf
yarn set version stable

yarn config set nodeLinker node-modules

# hack to fix using legacy cockpit-helpers and cockpit-typings
cat <<'EOF' >> .yarnrc.yml
npmScopes:
45drives:
npmRegistryServer: https://npm.pkg.github.com
npmAlwaysAuth: false
npmAuthToken: ${NPM_AUTH_TOKEN}
EOF

0 comments on commit 1bc9937

Please sign in to comment.