File tree Expand file tree Collapse file tree 18 files changed +2636
-5204
lines changed
Expand file tree Collapse file tree 18 files changed +2636
-5204
lines changed Original file line number Diff line number Diff line change 1515 " packages/*"
1616 ],
1717 "scripts" : {
18- "build" : " pnpm -r run build" ,
18+ "build" : " pnpm --filter makage run build && pnpm --filter '!makage' - r run build" ,
1919 "clean" : " pnpm -r run clean" ,
2020 "test" : " pnpm -r run test" ,
2121 "lint" : " pnpm -r run lint" ,
Original file line number Diff line number Diff line change 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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " 0.1.3"
33+ },
3134 "keywords" : [
3235 " directories" ,
3336 " config" ,
Original file line number Diff line number Diff line change 77 "module" : " esm/index.js" ,
88 "types" : " index.d.ts" ,
99 "homepage" : " https://github.com/hyperweb-io/dev-utils" ,
10- "license" : " SEE LICENSE IN LICENSE " ,
10+ "license" : " MIT " ,
1111 "publishConfig" : {
1212 "access" : " public" ,
1313 "directory" : " dist"
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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
3232 "inquirerer" : " workspace:*"
3333 },
34+ "devDependencies" : {
35+ "makage" : " 0.1.3"
36+ },
3437 "keywords" : []
3538}
Original file line number Diff line number Diff line change 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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
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" : " 0.1.3"
3839 }
3940}
Original file line number Diff line number Diff line change 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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " 0.1.3"
33+ },
3134 "keywords" : []
3235}
Original file line number Diff line number Diff line change 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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " 0.1.3"
33+ },
3134 "keywords" : []
3235}
Original file line number Diff line number Diff line change 77 "module" : " esm/index.js" ,
88 "types" : " index.d.ts" ,
99 "homepage" : " https://github.com/hyperweb-io/dev-utils" ,
10- "license" : " SEE LICENSE IN LICENSE " ,
10+ "license" : " MIT " ,
1111 "publishConfig" : {
1212 "access" : " public" ,
1313 "directory" : " dist"
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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3636 },
3737 "keywords" : [],
3838 "devDependencies" : {
39- "@types/minimist" : " ^1.2.5"
39+ "@types/minimist" : " ^1.2.5" ,
40+ "makage" : " 0.1.3"
4041 }
4142}
Original file line number Diff line number Diff line change 2020 " jsonld-tools"
2121 ],
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
23+ "copy" : " makage assets " ,
2424 "clean" : " rimraf dist" ,
2525 "prepublishOnly" : " pnpm run build" ,
26- "build" : " pnpm run clean && tsc && tsc -p tsconfig.esm.json && pnpm run copy" ,
26+ "build" : " pnpm run clean && makage build-ts && pnpm run copy" ,
2727 "test" : " jest" ,
2828 "test:watch" : " jest --watch" ,
2929 "test:debug" : " node --inspect node_modules/.bin/jest --runInBand"
3030 },
31+ "devDependencies" : {
32+ "makage" : " 0.1.3"
33+ },
3134 "bugs" : {
3235 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
3336 }
Original file line number Diff line number Diff line change 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 assets " ,
24+ "clean" : " rimraf 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 && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " 0.1.3"
33+ },
3134 "keywords" : [
3235 " case" ,
3336 " camelCase" ,
Original file line number Diff line number Diff line change 3333 },
3434 "scripts" : {
3535 "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
36- "clean" : " rimraf dist/** " ,
36+ "clean" : " rimraf dist" ,
3737 "prepublishOnly" : " npm run build" ,
3838 "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
3939 "lint" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments