Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 4, 2019
1 parent 0fb75de commit 8d8067e
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 @@ -16,6 +16,7 @@
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "npm run build",
"test": "is-ci \"test:ci\" \"test:watch\"",
"test:ci": "tsdx test",
"test:watch": "tsdx test --watch",
Expand Down

0 comments on commit 8d8067e

Please sign in to comment.