Skip to content

Commit 1e0bc6d

Browse files
committed
add compile prepare script
1 parent f04ccef commit 1e0bc6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"test": "yarn compile && TS_NODE_PROJECT=test/tsconfig.json ava",
4242
"lint": "tslint -c tslint.json 'src/**/*.ts'",
4343
"docs": "typedoc src/index.ts",
44-
"prepublish": "yarn lint && yarn test && yarn docs"
44+
"prepublish": "yarn lint && yarn test && yarn docs",
45+
"prepare": "yarn compile"
4546
},
4647
"ava": {
4748
"files": [

0 commit comments

Comments
 (0)