Skip to content

Commit efb26cb

Browse files
committed
Force go get required packages
1 parent 46ac52b commit efb26cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/licensor/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib"
1010
],
1111
"scripts": {
12-
"preinstall": "if [ ! -e ee/lib/liblicensor.a ]; then cd ee && go build -buildmode=c-archive -o lib/liblicensor.a && go run genapi.go; fi",
12+
"preinstall": "if [ ! -e ee/lib/liblicensor.a ]; then cd ee && go mod tidy -v && go build -buildmode=c-archive -o lib/liblicensor.a && go run genapi.go; fi",
1313
"build": "yarn preinstall && node-gyp configure build && tsc && cp -f ee/src/*.js lib",
1414
"watch": "leeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput"
1515
},

0 commit comments

Comments
 (0)