Skip to content

Commit

Permalink
chore: add prepare script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 15, 2021
1 parent e8e5675 commit 91849c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build:proto": "pbjs -t static-module --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o ts/message/rpc.js ./ts/message/rpc.proto",
"build:proto-types": "pbts -o ts/message/rpc.d.ts ts/message/rpc.js",
"build:types": "aegir build --no-types",
"prepare": "tsc",
"pretest": "tsc",
"test": "aegir test",
"test:node": "aegir test --target node",
Expand Down

0 comments on commit 91849c1

Please sign in to comment.