mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Add writing of npmrc file
This commit is contained in:
@ -8,6 +8,14 @@ jobs:
|
|||||||
executor: node/default
|
executor: node/default
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: write npmrc
|
||||||
|
command: |
|
||||||
|
echo "@kingsrook:registry=https://npm.pkg.github.com/" >> .npmrc
|
||||||
|
echo "NPM_TOKEN=${NPM_TOKEN}"" >> .npmrc
|
||||||
|
echo "@OWNER:registry=https://npm.pkg.github.com/" >> .npmrc
|
||||||
|
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
|
||||||
|
cat .npmrc
|
||||||
- node/install:
|
- node/install:
|
||||||
node-version: '16.13'
|
node-version: '16.13'
|
||||||
- node/install-packages:
|
- node/install-packages:
|
||||||
|
Reference in New Issue
Block a user