Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 6, 2022
1 parent 9ba6f31 commit 5dfa4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ compile:

build:
go get github.com/tdewolff/minify/v2@v${VERSION}
sed -i '' "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/" package.json
sed -i '' -e "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/" package.json
node-gyp configure
prebuildify --napi --strip

Expand Down

0 comments on commit 5dfa4e2

Please sign in to comment.