Skip to content

Commit cb06b7e

Browse files
committed
makage
1 parent 7c34643 commit cb06b7e

File tree

12 files changed

+104
-42
lines changed

12 files changed

+104
-42
lines changed

packages/casing/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
31-
"keywords": []
31+
"keywords": [],
32+
"devDependencies": {
33+
"makage": "workspace:*"
34+
}
3235
}

packages/fetch-api-client/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
@@ -34,6 +34,7 @@
3434
"isomorphic-fetch": "^3.0.0"
3535
},
3636
"devDependencies": {
37-
"@types/isomorphic-fetch": "^0.0.39"
37+
"@types/isomorphic-fetch": "^0.0.39",
38+
"makage": "workspace:*"
3839
}
3940
}

packages/find-pkg/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
31-
"keywords": []
31+
"keywords": [],
32+
"devDependencies": {
33+
"makage": "workspace:*"
34+
}
3235
}

packages/http-errors/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
31-
"keywords": []
31+
"keywords": [],
32+
"devDependencies": {
33+
"makage": "workspace:*"
34+
}
3235
}

packages/jsonld-tools/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@
2020
"jsonld-tools"
2121
],
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist",
25-
"prepublishOnly": "pnpm run build",
26-
"build": "pnpm run clean && tsc && tsc -p tsconfig.esm.json && pnpm run copy",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
25+
"prepublishOnly": "npm run build",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"test": "jest",
2828
"test:watch": "jest --watch",
2929
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
3030
},
3131
"bugs": {
3232
"url": "https://github.com/hyperweb-io/dev-utils/issues"
33+
},
34+
"devDependencies": {
35+
"makage": "workspace:*"
3336
}
3437
}

packages/nested-obj/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"directory": "dist"
1414
},
1515
"scripts": {
16-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
17-
"clean": "rimraf dist/**",
16+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
17+
"clean": "makage clean dist",
1818
"prepublishOnly": "npm run build",
19-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
19+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2020
"lint": "eslint . --fix",
2121
"test": "jest",
2222
"test:watch": "jest --watch",
@@ -38,6 +38,7 @@
3838
"esprima": "4.0.1",
3939
"jest": "^30.2.0",
4040
"jest-in-case": "1.0.2",
41+
"makage": "workspace:*",
4142
"prettier": "^3.6.2",
4243
"rimraf": "6.1.2",
4344
"ts-jest": "^29.1.0",

packages/node-api-client/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
3232
"@interweb/http-errors": "workspace:*"
3333
},
34-
"keywords": []
34+
"keywords": [],
35+
"devDependencies": {
36+
"makage": "workspace:*"
37+
}
3538
}

packages/schema-sdk/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
@@ -48,6 +48,7 @@
4848
],
4949
"devDependencies": {
5050
"@types/babel__generator": "^7.27.0",
51-
"jest-diff": "^30.0.4"
51+
"jest-diff": "^30.0.4",
52+
"makage": "workspace:*"
5253
}
5354
}

packages/schema-ts-cli/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
31-
"keywords": []
31+
"keywords": [],
32+
"devDependencies": {
33+
"makage": "workspace:*"
34+
}
3235
}

packages/schema-typescript/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
24-
"clean": "rimraf dist/**",
23+
"copy": "makage copy ../../LICENSE README.md package.json dist --flat",
24+
"clean": "makage clean dist",
2525
"prepublishOnly": "npm run build",
26-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
26+
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
2727
"lint": "eslint . --fix",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
@@ -36,7 +36,8 @@
3636
"minimatch": "^10.1.1"
3737
},
3838
"devDependencies": {
39-
"@types/babel__generator": "^7.27.0"
39+
"@types/babel__generator": "^7.27.0",
40+
"makage": "workspace:*"
4041
},
4142
"keywords": [
4243
"jsonschema",

0 commit comments

Comments
 (0)