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