Skip to content

Commit 5a800ea

Browse files
nolanmar511kalyanac
authored andcommitted
chore: fix presubmit tests failing with 'Error: You must run node-gyp configure first' (#36)
1 parent e6888d0 commit 5a800ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "gts check",
1717
"docs": "echo 'no docs yet'",
1818
"prepare": "npm run compile",
19-
"pretest": "npm run compile && node-pre-gyp build",
19+
"pretest": "npm run compile && node-pre-gyp install --build-from-source",
2020
"posttest": "npm run check && npm run license-check",
2121
"proto": "npm run proto:profile",
2222
"proto:profile": "mkdir -p proto && pbjs -t static-module -w commonjs -o proto/profile.js third_party/proto/profile.proto && pbts -o proto/profile.d.ts proto/profile.js",

0 commit comments

Comments
 (0)