chore(yarn): add yarnrc gupfile
This commit is contained in:
parent
0eb87ad002
commit
663d2279cc
15
.yarnrc.yml.gup
Executable file
15
.yarnrc.yml.gup
Executable file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
if command -V gup 1>&- 2>&-; then
|
||||
gup --always
|
||||
fi
|
||||
|
||||
cat >${1:-.yarnrc.yml} <<EOF
|
||||
npmScopes:
|
||||
fortawesome:
|
||||
npmAlwaysAuth: true
|
||||
npmRegistryServer: "https://npm.fontawesome.com/"
|
||||
npmAuthToken: ${FONTAWESOME_NPM_AUTH_TOKEN}
|
||||
EOF
|
||||
Reference in New Issue
Block a user