chore: remove yarn debris
This commit is contained in:
parent
ea246a10f3
commit
d01c9d5c93
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,7 +35,6 @@ test.log
|
|||||||
/.stack-work.lock
|
/.stack-work.lock
|
||||||
/.npmrc
|
/.npmrc
|
||||||
/.npm/
|
/.npm/
|
||||||
/.yarnrc.yml
|
|
||||||
/config/webpack.yml
|
/config/webpack.yml
|
||||||
tunnel.log
|
tunnel.log
|
||||||
/static
|
/static
|
||||||
|
|||||||
@ -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
|
|
||||||
Reference in New Issue
Block a user