Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoufu committed Jan 5, 2021
1 parent 9dcd498 commit d2635e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"ignore_posttest": "npm run lint",
"exampleRestServer": "node build/src/example/index.js",
"exampleGrpcServer": "node build/src/example/server.js",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"prepublishOnly": "npm test",
"_prepublishOnly": "npm test && npm run lint",
"_preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
Expand Down

0 comments on commit d2635e9

Please sign in to comment.