Skip to content

Commit 932b8bb

Browse files
committed
chore: remove duplicated workspace definitions
1 parent f9f1751 commit 932b8bb

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"name": "rslib-monorepo",
33
"private": true,
4-
"workspaces": {
5-
"packages": [
6-
"packages/*",
7-
"scripts/*",
8-
"tests/**",
9-
"examples/**",
10-
"website"
11-
]
12-
},
134
"scripts": {
145
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @examples/* --parallel=10",
156
"build:examples": "cross-env NX_DAEMON=false nx run-many -t build --projects @examples/* --parallel=10",

pnpm-lock.yaml

Lines changed: 1 addition & 5 deletions
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('pnpm run inspect', {
11+
execSync('npx rslib inspect', {
1212
cwd: __dirname,
1313
});
1414

tests/integration/cli/package.json

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

0 commit comments

Comments
 (0)