Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "gts check",
"docs": "echo 'no docs yet'",
"prepare": "npm run compile",
"pretest": "npm run compile && node-pre-gyp build",
"pretest": "npm run compile && node-pre-gyp install --build-from-source",
"posttest": "npm run check && npm run license-check",
"proto": "npm run proto:profile",
"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",
Expand Down