chore: remove yarn debris

This commit is contained in:
Sarah Vaupel 2024-01-15 21:33:41 +01:00
parent ea246a10f3
commit d01c9d5c93
2 changed files with 0 additions and 16 deletions

1
.gitignore vendored
View File

@ -35,7 +35,6 @@ test.log
/.stack-work.lock
/.npmrc
/.npm/
/.yarnrc.yml
/config/webpack.yml
tunnel.log
/static

View File

@ -1,15 +0,0 @@
#!/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