Skip to content

Commit b24aceb

Browse files
committed
Fix NPM build
1 parent 0207ce7 commit b24aceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/js/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ all: build
1616
# called by node-gyp for build-from-source
1717
compile:
1818
go mod init github.com/tdewolff/minify/bindings/js
19+
go get -u github.com/tdewolff/parse/v2@master
20+
go get -u github.com/tdewolff/minify/v2@master
1921
go mod tidy
2022
go build -buildmode=c-archive -o minify.a minify.go
2123

0 commit comments

Comments
 (0)