7 lines
159 B
Bash
7 lines
159 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "npmRegistries:
|
||
|
//code.zeptotech.net/api/packages/UIKernel/npm/:
|
||
|
npmAlwaysAuth: true
|
||
|
npmAuthToken: \"$FORGE_TOKEN\"" > ~/.yarnrc.yml
|