0.10.4 • Published 2 months ago

@alexaegis/autotool-plugin-turbo v0.10.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@alexaegis/autotool-plugin-turbo

npm ci codacy

Goal

The aim is to use a single, catch-all turbo.json config. This is hard because sometimes packages have unique dependencies. For example linting can be done without building the packages. Well, in a regular project yes but if your lint configuration itself is a local build artifact, that one has to be built first. This is a very unique requirement.

To achieve this while not modifying the root turbo.json config, your only option is (unless inverse dependencies become possible) placing an override turbo.json file into every single package.

Task postfixes

Tasks are postfixed with an _ so npm scripts that call turbo are clearly separated from the ones that contain the actual implementation of that script. This allows defining tasks inside the individial packages that call turbo filtering to that package only. You shouldn't use the internal task implementation of a package because that doesn't ensure that dependencies are met.

Notes

Why does lint:svelte depend on ^build?

svelte-check fails if types can't be resolved for an import, and local library export types are only available if the library is packaged. svelte-package generates the .svelte.d.ts files.

It is advised to only export ts files, and not svelte files becuase of this type related limitation, but this task dependency is there nontheless to avoid any possible weird errors during lint:svelte.

0.10.1

2 months ago

0.10.2

2 months ago

0.10.3

2 months ago

0.10.4

2 months ago

0.10.0

2 months ago

0.9.3

3 months ago

0.9.2

5 months ago

0.9.0

5 months ago

0.9.1

5 months ago

0.8.4

6 months ago

0.5.10

10 months ago

0.5.11

10 months ago

0.5.7

10 months ago

0.5.9

10 months ago

0.5.12

10 months ago

0.8.1

8 months ago

0.7.2

9 months ago

0.6.3

9 months ago

0.5.4

10 months ago

0.8.0

8 months ago

0.7.1

9 months ago

0.6.2

9 months ago

0.5.3

10 months ago

0.8.3

7 months ago

0.5.6

10 months ago

0.8.2

8 months ago

0.5.5

10 months ago

0.5.0

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.7.0

9 months ago

0.6.1

10 months ago

0.5.2

10 months ago

0.3.4

10 months ago

0.6.0

10 months ago

0.5.1

10 months ago

0.4.2

10 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

12 months ago

0.3.0

12 months ago