Skip to content

Commit

Permalink
Merge branch 'main' into mk/lazy-load-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Feb 3, 2023
2 parents a8badf3 + f1fc4bd commit 9bed45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ That's because we don't have a `dev` script to rebuild our packages while we're
{
"scripts": {
"build": "tsup src/index.ts --format cjs --dts",
"dev": "npm run build --watch"
"dev": "npm run build -- --watch"
}
}
```
Expand Down

0 comments on commit 9bed45b

Please sign in to comment.