Skip to content

Commit 40c5b9c

Browse files
committed
fix
1 parent 11d2119 commit 40c5b9c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dev": "rslib build --watch",
2828
"lint": "biome check .",
2929
"lint:write": "biome check . --write",
30-
"prepare": "simple-git-hooks && npm run build",
30+
"prepare": "simple-git-hooks && pnpm run build",
3131
"test": "rstest run",
3232
"bump": "npx bumpp"
3333
},

template-biome/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
### Biome
44

5-
- Run `npm run lint` to lint your code
6-
- Run `npm run format` to format your code
5+
- Run `{{ packageManager }} run lint` to lint your code
6+
- Run `{{ packageManager }} run format` to format your code

template-eslint/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### ESLint
44

5-
- Run `npm run lint` to lint your code
5+
- Run `{{ packageManager }} run lint` to lint your code

template-prettier/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### Prettier
44

5-
- Run `npm run format` to format your code
5+
- Run `{{ packageManager }} run format` to format your code

test/agents.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ test('should generate AGENTS.md with single tool selected', async () => {
121121
122122
### Biome
123123
124-
- Run \`npm run lint\` to lint your code
125-
- Run \`npm run format\` to format your code
124+
- Run \`pnpm run lint\` to lint your code
125+
- Run \`pnpm run format\` to format your code
126126
127127
## Template Info
128128
@@ -184,7 +184,7 @@ test('should generate AGENTS.md with eslint tool and template mapping', async ()
184184
185185
### ESLint
186186
187-
- Run \`npm run lint\` to lint your code
187+
- Run \`pnpm run lint\` to lint your code
188188
189189
## Template Info
190190

0 commit comments

Comments
 (0)