Skip to content

Commit

Permalink
Merge pull request #146 from nlxai/make-watch-more-reliable
Browse files Browse the repository at this point in the history
since head is more reliable for me than --since
  • Loading branch information
michaelglass authored Aug 1, 2024
2 parents b4800a6 + c15a9c5 commit a25e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"publish-docs": "lerna run publish-docs",
"test": "lerna run test && cd test-repos/chat-core && npm install && npm run test",
"tsc": "lerna run tsc",
"watch": "lerna watch -- lerna run build --since"
"watch": "lerna watch -- lerna run build --since HEAD --ignore @nlxai/website"
},
"author": "Peter Szerzo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a25e548

Please sign in to comment.