Skip to content

Releases: esamattis/rt

v2.1.1

09 Oct 09:23
4f8e8d2
Compare
Choose a tag to compare

Use -- for pnpm run args

v2.1.0

30 Sep 14:37
0f8c809
Compare
Choose a tag to compare

Complete files and directories after the first task completion instead of repeating the tasks.

Diff 0f8c809

v2.0.0

29 Sep 05:55
ca27919
Compare
Choose a tag to compare

Add args support

Eg. this now works

rt playwright --headed

with following package.json

{
	"scripts": {
        "playwright": "playwright test",
        "eslint": "eslint src"
    }
}

and it executes playwright test --headed

Breaking

Multi task support is gone. Eg. this does not work anymore:

rt playwright eslint

v1.1.0

07 Jan 10:36
Compare
Choose a tag to compare

Add pnpm support

v1.0.1

13 Dec 09:10
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Nov 13:32
Compare
Choose a tag to compare
build fixes