Skip to content

Commit f3509ae

Browse files
committed
Add .npmrc with auth token as an environment variable
1 parent 4b0762e commit f3509ae

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,8 @@ hs_err_pid*
292292

293293

294294
## CUSTOM
295-
**/.npmrc
296295
.env.local
297-
run/
296+
.run/
298297
build/
299298
target/
300299
.idea/material_theme_project_new.xml

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@tahoni:registry=https://npm.pkg.github.com
2+
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {
15-
"@tahoni/tahoni-lib-react": "^2.0.50",
15+
"@tahoni/tahoni-lib-react": "^2.0.55",
1616
"bootstrap": "^5.3.3",
1717
"react": "^18.3.1",
1818
"react-bootstrap": "^2.10.4",

0 commit comments

Comments
 (0)