Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: no posttest please
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Nov 22, 2019
1 parent 4639799 commit b4c87e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"predocs-test": "npm run docs",
"compile": "tsc -p . && cp system-test/*.js build/system-test/ && cp -r protos build/",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
"pretest": "npm run compile"
},
"dependencies": {
"@google-cloud/common": "^2.0.0",
Expand Down

0 comments on commit b4c87e7

Please sign in to comment.