Skip to content

Commit

Permalink
Update build&deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 12, 2024
1 parent 00a954e commit e2d5f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
jq '.name = "@juno/exampleapp"' ./apps/exampleapp/package.json > "/tmp/test.json" && mv /tmp/test.json ./apps/exampleapp/package.json
jq '.private = false' ./apps/exampleapp/package.json > "/tmp/test.json" && mv /tmp/test.json ./apps/exampleapp/package.json
# cat apps/exampleapp/package.json
echo "========================="
pwd
ls -la
cat ./.npmrc
#echo @sapcc:registry=https://npm.pkg.github.com/ > .npmrc
#echo always-auth=true >> .npmrc
Expand Down

0 comments on commit e2d5f49

Please sign in to comment.