Draft: Resolve "GHC und Dependencies auf die neuste Version bringen" #206
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