This commit is contained in:
Morten Olsen
2023-09-12 08:28:05 +02:00
commit 6a41699dc3
69 changed files with 2040 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export GH_TOKEN=${GH_TOKEN:-unset}
export NPM_GH_TOKEN=${GH_TOKEN:-unset}
export NPM_NPM_TOKEN=${NPM_NPM_TOKEN:-unset}
export PUBLISH_NPM_GITLAB_TOKEN=${NPM_NPM_TOKEN:-unset}
export NPM_PRIVATE_TOKEN=${NPM_PRIVATE_TOKEN:-unset}
npm set prefix ~/.npm-global