Skip to content

Commit

Permalink
Add prepare npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 16, 2019
1 parent efda739 commit 74c9a9d
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 @@ -21,6 +21,7 @@
"tsdx": "./dist/index.js"
},
"scripts": {
"prepare": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"test": "jest --config ./test/jest.config.json"
},
Expand Down

0 comments on commit 74c9a9d

Please sign in to comment.