Skip to content

Commit

Permalink
build: typo in package.json (#4261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored May 9, 2023
1 parent 1427b2b commit 405cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-storageinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test",
"postpack": "minifyProtosJson",
"postpack": "minifyProtoJson",
"samples-test": "cd samples/ && npm link ../ && npm i && npm test",
"prelint": "cd samples; npm link ../; npm i"
},
Expand Down

0 comments on commit 405cbe2

Please sign in to comment.