fix: ci
This commit is contained in:
parent
0b18ef0164
commit
14167515e8
2 changed files with 4 additions and 3 deletions
|
|
@ -42,7 +42,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
run: |
|
||||
printf '@nychthemeron:registry=https://git.mcpeakdev.com/api/packages/McPeakDev/npm/\n//git.mcpeakdev.com/api/packages/McPeakDev/npm/:_authToken=%s\n' "$BUN_AUTH_TOKEN" > .npmrc
|
||||
bun install --frozen-lockfile
|
||||
rm .npmrc
|
||||
working-directory: ui
|
||||
env:
|
||||
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[install.scopes]
|
||||
"@nychthemeron" = { url = "https://git.mcpeakdev.com/api/packages/McPeakDev/npm/" }
|
||||
Loading…
Reference in a new issue