Skip to content

Commit 5afa469

Browse files
committed
chore: update
1 parent 558aa29 commit 5afa469

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/cli/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test.todo('build command', async () => {});
88

99
test('inspect command', async () => {
1010
await fse.remove(path.join(__dirname, 'dist'));
11-
execSync('npx rslib inspect', {
11+
execSync('pnpm run inspect', {
1212
cwd: __dirname,
1313
});
1414

tests/integration/cli/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"name": "cli-test",
33
"version": "1.0.0",
44
"private": true,
5-
"type": "module"
5+
"type": "module",
6+
"scripts": {
7+
"inspect": "rslib inspect"
8+
},
9+
"devDependencies": {
10+
"@rslib/core": "workspace:*"
11+
}
612
}

0 commit comments

Comments
 (0)