Skip to content

Commit

Permalink
build: remove generate:proto from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Sep 15, 2021
1 parent 726ae40 commit 76b100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "lib/index.d.ts",
"scripts": {
"bump": "standard-version",
"build": "yarn run generate:proto && tsc --project tsconfig.build.json",
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"test:coverage": "jest --coverage",
"coverage:upload": "yarn run test:coverage && codecov",
Expand Down

0 comments on commit 76b100c

Please sign in to comment.