Skip to content

Commit

Permalink
fix(#36): add top-level watch script (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Dec 19, 2022
1 parent 2afdb4f commit f4ee22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "turbo build",
"clean": "turbo clean",
"test": "jest",
"generate-types": "turbo generate-types"
"generate-types": "turbo generate-types",
"watch": "turbo run watch --parallel"
},
"keywords": [],
"author": "Douglas Wade <douglas.b.wade@gmail.com>",
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"generate-types": {
"outputs": ["packages/**/dist/**/*.d.ts"],
"inputs": ["packages/**/src/**/*.ts"]
},
"watch": {
"cache": false
}
}
}

0 comments on commit f4ee22e

Please sign in to comment.