chore(yarn): add yarnrc gupfile

This commit is contained in:
Sarah Vaupel 2024-01-14 18:07:40 +01:00
parent 0eb87ad002
commit 663d2279cc

15
.yarnrc.yml.gup Executable file
View 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