-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui-kits를 받기위해서 .npmrc 파일을 추가함 - github token이 노출되는 것을 방지하기 위해 .envrc 파일을 추가해서 토큰을 관리하도록 함 - .yarnrc.yml에 설정 추가 - workflows에 GITHUB_ACCESS_TOKEN env 추가 close #11
- Loading branch information
Showing
9 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,4 @@ yarn-error.log* | |
# env | ||
.env | ||
.env.* | ||
.envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//npm.pkg.github.com/:_authToken=${GITHUB_ACCESS_TOKEN} | ||
@nolmungshemung:registry=https://npm.pkg.github.com/ |
Binary file added
BIN
+25.1 KB
web/.yarn/cache/@nolmungshemung-ui-kits-npm-0.0.1-00305ce38e-9a9c84fee6.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.0.2.cjs | ||
# https://stackoverflow.com/questions/61738819/installing-private-package-from-github-package-registry-using-yarn-fails-with-no | ||
npmScopes: | ||
"nolmungshemung": | ||
npmAlwaysAuth: true | ||
npmRegistryServer: "https://npm.pkg.github.com" | ||
npmAuthToken: ${GITHUB_ACCESS_TOKEN} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1760,6 +1760,17 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@nolmungshemung/ui-kits@npm:^0.0.1": | ||
version: 0.0.1 | ||
resolution: "@nolmungshemung/ui-kits@npm:0.0.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40nolmungshemung%2Fui-kits%2F0.0.1%2F6fc5f09e1fc3210fc6bec87ba70c2d638e52bcbd63a65897717e80e618e999b3" | ||
dependencies: | ||
"@stitches/react": ^1.2.5 | ||
react: ^17.0.2 | ||
react-dom: ^17.0.2 | ||
checksum: 9a9c84fee64634a417b95e2178af8779b50d8063c661514dff64a2238daa693b9e5fbca5fa6f59e530f3c2a82a84b951a02efdb42df9146000a4ce6b6cca53fd | ||
languageName: node | ||
linkType: hard | ||
|
||
"@npmcli/fs@npm:^1.0.0": | ||
version: 1.0.0 | ||
resolution: "@npmcli/fs@npm:1.0.0" | ||
|
@@ -2170,6 +2181,15 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@stitches/react@npm:^1.2.5": | ||
version: 1.2.6 | ||
resolution: "@stitches/react@npm:1.2.6" | ||
peerDependencies: | ||
react: ">= 16.3.0" | ||
checksum: 416088cdde17a22d6cdb04cf1cf756c6e5fc291dd7e41f82ce422bb95432ad32b6d990e7264d996d367c40bbc674d61be087e4e1f7b23eea7f81ef6266373a9c | ||
languageName: node | ||
linkType: hard | ||
|
||
"@szmarczak/http-timer@npm:^1.1.2": | ||
version: 1.1.2 | ||
resolution: "@szmarczak/http-timer@npm:1.1.2" | ||
|
@@ -10445,7 +10465,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"react-dom@npm:17.0.2": | ||
"react-dom@npm:17.0.2, react-dom@npm:^17.0.2": | ||
version: 17.0.2 | ||
resolution: "react-dom@npm:17.0.2" | ||
dependencies: | ||
|
@@ -10497,7 +10517,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"react@npm:17.0.2": | ||
"react@npm:17.0.2, react@npm:^17.0.2": | ||
version: 17.0.2 | ||
resolution: "react@npm:17.0.2" | ||
dependencies: | ||
|
@@ -12971,6 +12991,7 @@ [email protected]: | |
dependencies: | ||
"@babel/core": ^7.15.8 | ||
"@babel/preset-env": ^7.15.8 | ||
"@nolmungshemung/ui-kits": ^0.0.1 | ||
"@stitches/react": ^1.2.1 | ||
"@types/jest": ^27.0.2 | ||
"@types/node": ^16.10.2 | ||
|