We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897a251 commit e025675Copy full SHA for e025675
1 file changed
packages/cli/src/linter/dtcg/conformance.test.ts
@@ -81,7 +81,7 @@ export default defineConfig({
81
82
// Install dependencies in temp dir so they can be imported in config
83
// Using bun add should be fast if cached
84
- const customPath = `${process.env.PATH || ''}:/Users/dalmaer/.bun/bin`;
+ const customPath = process.env.PATH || '';
85
const installProc = spawnSync('bun', ['add', '@terrazzo/cli', '@terrazzo/plugin-css'], {
86
cwd: tmpDir,
87
env: { ...process.env, PATH: customPath },
0 commit comments