mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Add .env
This commit is contained in:
@ -14,6 +14,11 @@ commands:
|
|||||||
echo "NPM_TOKEN=${NPM_TOKEN}" >> .npmrc
|
echo "NPM_TOKEN=${NPM_TOKEN}" >> .npmrc
|
||||||
echo "@OWNER:registry=https://npm.pkg.github.com/" >> .npmrc
|
echo "@OWNER:registry=https://npm.pkg.github.com/" >> .npmrc
|
||||||
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
|
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
|
||||||
|
- run:
|
||||||
|
name: copy .env
|
||||||
|
command: |
|
||||||
|
echo cp .circleci/.env ./.env
|
||||||
|
cat .env
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-job:
|
setup-job:
|
||||||
|
Reference in New Issue
Block a user