Skip to content

Commit

Permalink
Node: npm/glide package json created
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 22, 2025
1 parent 212e367 commit 03f2023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
envsubst < package.json.tmpl > "package.json"
cat package.json
# Fix index.ts based on the scope variable
sed -i 's/@scope/'+${scope}+'/g' index.ts
sed -i'' "s/@scope/${scope}/g" index.ts
npm install
env:
NPM_SCOPE: ${{ vars.NPM_SCOPE }}
Expand Down

0 comments on commit 03f2023

Please sign in to comment.