Skip to content

Commit 8f0191e

Browse files
committed
updated package.json
1 parent 2b8100a commit 8f0191e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/mst-async-task/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@
1919
"build": "tsc && cpr build dist --overwrite --filter=\\.js$ && rollup -c",
2020
"dev": "tsc -w",
2121
"test": "jest",
22-
"lint": "eslint ."
22+
"lint": "eslint .",
23+
"prepublish": "yarn build"
2324
},
2425
"repository": {
2526
"type": "git",
2627
"url": "git+https://github.com/jetako/mst-async-task.git"
2728
},
2829
"keywords": [
2930
"mobx-state-tree",
31+
"action",
3032
"async",
3133
"promise",
3234
"task"

0 commit comments

Comments
 (0)