We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2175bc commit 0e39b28Copy full SHA for 0e39b28
3 files changed
.github/workflows/ci.yaml
@@ -19,9 +19,6 @@ jobs:
19
with:
20
bun-version: latest
21
22
- - name: "Create .npmrc"
23
- run: echo "//private-registry.torln.com/:_authToken=\"${{ secrets.NPM_CONFIG_TOKEN }}\"" > .npmrc
24
-
25
- name: Install dependencies
26
run: bun install --frozen-lockfile
27
@@ -43,9 +40,6 @@ jobs:
43
40
44
41
45
42
46
47
48
49
50
51
.gitignore
@@ -33,5 +33,3 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
33
34
# Finder (MacOS) folder config
35
.DS_Store
36
37
-.npmrc
0 commit comments