diff --git a/.changeset/forty-elephants-attack.md b/.changeset/forty-elephants-attack.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/forty-elephants-attack.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/turbo.json b/turbo.json index 3908cac7ef..c14def8617 100644 --- a/turbo.json +++ b/turbo.json @@ -7,8 +7,13 @@ "outputs": ["lib/**", "es/**", "dist/**", "typings/**"] }, "test": {}, - "test:watch": {}, - "dev": {}, + "test:watch": { + "persistent": true + }, + "dev": { + "dependsOn": ["^prepublish"], + "persistent": true + }, "lint": {}, "check-types": {} }