We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a minimal turbo build should not result in @yas/env being pulled in, like so:
• Packages in scope: @yas/baz • Running test in 1 packages • Remote caching disabled @yas/validate:test: cache hit (outputs already on disk), replaying logs d1a38d1a09ee2a63 @yas/validate:test: @yas/validate:test: > @yas/[email protected] test C:\Users\kaspe\Documents\Code\yas\libraries\validate @yas/validate:test: > vitest run @yas/validate:test: @yas/validate:test: @yas/validate:test: RUN v1.3.1 C:/Users/kaspe/Documents/Code/yas/libraries/validate @yas/validate:test: @yas/validate:test: ✓ test/underlyingType.test.ts (5 tests) 4ms @yas/validate:test: ✓ test/typeAtPath.test.ts (8 tests) 5ms @yas/validate:test: @yas/validate:test: Test Files 2 passed (2) @yas/validate:test: Tests 13 passed (13) @yas/validate:test: Start at 07:16:30 @yas/validate:test: Duration 381ms (transform 69ms, setup 0ms, collect 91ms, tests 9ms, environment 0ms, prepare 205ms) @yas/validate:test: @yas/bar:build: cache hit (outputs already on disk), replaying logs 595b73e897c8e55e @yas/bar:build: @yas/bar:build: > @yas/[email protected] build C:\Users\kaspe\Documents\Code\yas\libraries\bar @yas/bar:build: > tsup @yas/bar:build: @yas/bar:build: CLI Building entry: {"index":"src/index.ts"} @yas/bar:build: CLI Using tsconfig: tsconfig.json @yas/bar:build: CLI tsup v8.1.0 @yas/bar:build: CLI Using tsup config: C:\Users\kaspe\Documents\Code\yas\libraries\bar\tsup.config.mjs @yas/bar:build: CLI Target: esnext @yas/bar:build: CLI Cleaning output folder @yas/bar:build: CJS Build start @yas/bar:build: ESM Build start @yas/bar:build: CJS dist\index.js 1.03 KB @yas/bar:build: CJS ⚡️ Build success in 13ms @yas/bar:build: ESM dist\index.mjs 67.00 B @yas/bar:build: ESM ⚡️ Build success in 14ms @yas/bar:build: DTS Build start @yas/bar:build: DTS ⚡️ Build success in 691ms @yas/bar:build: DTS dist\index.d.ts 49.00 B @yas/bar:build: DTS dist\index.d.mts 49.00 B @yas/env:test: cache hit (outputs already on disk), replaying logs 648fb017b8b0ade4 @yas/env:test: @yas/env:test: > @yas/[email protected] test C:\Users\kaspe\Documents\Code\yas\core\env @yas/env:test: > vitest run @yas/env:test: @yas/env:test: @yas/env:test: RUN v1.3.1 C:/Users/kaspe/Documents/Code/yas/core/env @yas/env:test: @yas/env:test: ✓ test/integration.test.ts (6 tests) 4722ms @yas/env:test: @yas/env:test: Test Files 1 passed (1) @yas/env:test: Tests 6 passed (6) @yas/env:test: Start at 07:16:31 @yas/env:test: Duration 5.11s (transform 36ms, setup 0ms, collect 67ms, tests 4.72s, environment 0ms, prepare 105ms) @yas/env:test: @yas/baz:test: cache hit (outputs already on disk), replaying logs b8903f44379070f0 @yas/baz:test: @yas/baz:test: > @yas/[email protected] test C:\Users\kaspe\Documents\Code\yas\libraries\baz @yas/baz:test: > tsx src/test.ts @yas/baz:test: @yas/baz:test: foo: 800
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running a minimal turbo build should not result in @yas/env being pulled in, like so:
The text was updated successfully, but these errors were encountered: