Skip to content

Commit d7fc2fe

Browse files
committed
format, link
1 parent f4042c9 commit d7fc2fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.flue/sandbox/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sandbox Environment (CI)
22

33
- You are running inside a Docker container in CI.
4-
- Always use `CI=true` with `pnpm install` (no TTY available)
4+
- Always use `CI=true` with `pnpm install` (no TTY available)

knip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
// vsce and ovsx are only used in CI for publishing, and due to how we have to publish the VS Code extension have
2222
// to be installed in the vscode package, but knip is expecting them to be in the root node_modules
2323
ignoreBinaries: ['docgen', 'docgen:errors', 'playwright', 'vsce', 'ovsx'],
24-
entry: ['.flue/workflows/*'],
24+
entry: ['.flue/workflows/*/WORKFLOW.ts'],
2525
},
2626
'packages/*': {
2727
entry: [testEntry],

0 commit comments

Comments
 (0)