Skip to content

Commit

Permalink
Use single pnpm-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 20, 2024
1 parent 7e5f110 commit cb321a8
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 143 deletions.
82 changes: 0 additions & 82 deletions common-features/pnpm-lock.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions common-features/pnpm-workspace.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions common-features/src/demo.basicsamples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"build": "node ./tsbuild.js",
"build:watch": "node ./tsbuild.js --watch",
"coverage": "pnpm run test --coverage",
"test": "pnpm build && pnpm vitest run",
"tsc": "tsc",
"vitest": "node ../../../node_modules/vitest/dist/cli.js"
"test": "pnpm build && vitest run",
"tsc": "tsc"
},
"type": "module"
}
5 changes: 2 additions & 3 deletions common-features/src/demo.northwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"build:watch": "node ./tsbuild.js --watch",
"coverage": "pnpm run test --coverage",
"dts": "pnpm dts-bundle-generator Modules/index.ts -o dist/index.d.ts --no-banner --disable-symlinks-following --inline-declare-global",
"test": "pnpm build && pnpm vitest run",
"tsc": "tsc",
"vitest": "node ../../../node_modules/vitest/dist/cli.js"
"test": "pnpm build && vitest run",
"tsc": "tsc"
},
"type": "module",
"types": "dist/index.d.ts"
Expand Down
5 changes: 2 additions & 3 deletions common-features/src/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"build:watch": "node ./tsbuild.js --watch",
"coverage": "pnpm run test --coverage",
"dts": "pnpm dts-bundle-generator Modules/index.ts -o dist/index.d.ts --no-banner --disable-symlinks-following --inline-declare-global",
"test": "pnpm build && pnpm vitest run",
"tsc": "tsc",
"vitest": "node ../../../node_modules/vitest/dist/cli.js"
"test": "pnpm build && vitest run",
"tsc": "tsc"
},
"main": "dist/index.js",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"jsdom": "25.0.1",
"playwright": "1.49.1",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit cb321a8

Please sign in to comment.