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 6cdcddf commit 212e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ 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 212e367

Please sign in to comment.