Skip to content

Commit

Permalink
#296: package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
petermasking committed Oct 2, 2024
1 parent acce042 commit 5dd45bc
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 28 deletions.
3 changes: 1 addition & 2 deletions packages/analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
}
}
3 changes: 1 addition & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/configuration": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/build": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/sourcing": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"test": "",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/serialization": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/execution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/configuration": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/analysis": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/sourcing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test-coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
"clean": "rm -rf dist"
},
"dependencies": {
"@jitar/errors": "*",
Expand Down

0 comments on commit 5dd45bc

Please sign in to comment.