Skip to content

Commit

Permalink
Remove coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 21, 2024
1 parent e7aa4f7 commit 48765fd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion common-features/src/demo.basicsamples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "node ./tsbuild.js",
"build:watch": "node ./tsbuild.js --watch",
"coverage": "pnpm run test --coverage",
"test": "pnpm build && vitest run",
"tsc": "tsc"
},
Expand Down
1 change: 0 additions & 1 deletion common-features/src/demo.northwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "node ./tsbuild.js",
"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 && vitest run",
"tsc": "tsc"
Expand Down
1 change: 0 additions & 1 deletion common-features/src/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "node ./tsbuild.js",
"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 && vitest run",
"tsc": "tsc"
Expand Down
3 changes: 1 addition & 2 deletions packages/corelib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
"repository": "https://github.com/serenity-is/serenity/packages/corelib",
"scripts": {
"build": "node build/build",
"coverage": "pnpm run test --coverage",
"doc": "typedoc --plugin typedoc-plugin-markdown --exclude **/lib/**/* --excludePrivate --readme none --githubPages false --hidePageHeader --sourceLinkTemplate https://github.com/serenity-is/serenity/blob/master/{path}#L{line} --out /serenity-is/SerenityIs/SerenityIs.Web/Docs/api/js/corelib --json ./out/typedoc.json src",
"dts": "tsc --build && dts-bundle-generator --project ./src/tsconfig.dts.json --disable-symlinks-following --export-referenced-types=false --inline-declare-externals --no-banner out/index.d.ts -o dist/index.d.ts",
"prepublishOnly": "node build/build && pnpm coverage && pnpm dts",
"prepublishOnly": "node build/build && pnpm run test --coverage && pnpm dts",
"test": "pnpm build && vitest run",
"tsc": "tsc --build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sleekgrid
Submodule sleekgrid updated 1 files
+1 −2 package.json
1 change: 0 additions & 1 deletion serene/src/Serene.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"build": "npm run tsbuild",
"coverage": "pnpm run test --coverage",
"pnpm:devPreinstall": "dotnet build -target:RestoreNodeTypes",
"preinstall": "dotnet build -target:RestoreNodeTypes",
"test": "node ./tsbuild.js && pnpm vitest run",
Expand Down

0 comments on commit 48765fd

Please sign in to comment.