Skip to content

Commit

Permalink
fix: fix sed makefile error (#714)
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina authored Mar 8, 2023
1 parent 0c4e559 commit 3bc3714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ PLACEHOLDER_NPM := "version": "0.0.0-develop"
update_npmversion:
echo "Updating client-app version to: $(VERSION)"
grep '$(PLACEHOLDER_NPM)' website/package.json
sed -i '' 's/$(PLACEHOLDER_NPM)/"version": "$(VERSION)"/g' website/package.json
sed -i 's/$(PLACEHOLDER_NPM)/"version": "$(VERSION)"/g' website/package.json

0 comments on commit 3bc3714

Please sign in to comment.