We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6888d0 commit 5a800eaCopy full SHA for 5a800ea
package.json
@@ -16,7 +16,7 @@
16
"lint": "gts check",
17
"docs": "echo 'no docs yet'",
18
"prepare": "npm run compile",
19
- "pretest": "npm run compile && node-pre-gyp build",
+ "pretest": "npm run compile && node-pre-gyp install --build-from-source",
20
"posttest": "npm run check && npm run license-check",
21
"proto": "npm run proto:profile",
22
"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