File tree Expand file tree Collapse file tree
typescript-express-runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "refresh" : " ./scripts/refresh-data.sh" ,
2424 "lint" : " biome lint --write ." ,
2525 "format" : " biome check --write ." ,
26- "build" : " node ./scripts/generate-ajv-validator.js && lerna run build --stream --scope ' @nahkies/*' " ,
26+ "build" : " node ./scripts/generate-ajv-validator.js && tsc -b tsconfig.json && yarn workspace @nahkies/openapi-code-generator-documentation build " ,
2727 "build:watch" : " tsc -b tsconfig.json -w" ,
2828 "test" : " NODE_OPTIONS=--experimental-vm-modules jest" ,
2929 "integration:generate" : " node ./scripts/generate.mjs" ,
Original file line number Diff line number Diff line change 2020 "main" : " ./dist/index.js" ,
2121 "types" : " ./dist/index.d.ts" ,
2222 "scripts" : {
23- "clean" : " rm -rf ./dist" ,
23+ "clean" : " rm -rf ./dist && rm tsconfig.tsbuildinfo " ,
2424 "build" : " tsc -p ./tsconfig.json" ,
2525 "test" : " jest"
2626 },
Original file line number Diff line number Diff line change 2424 }
2525 },
2626 "scripts" : {
27- "clean" : " rm -rf ./dist" ,
27+ "clean" : " rm -rf ./dist && rm tsconfig.tsbuildinfo " ,
2828 "build" : " tsc -p ./tsconfig.json" ,
2929 "test" : " jest"
3030 },
Original file line number Diff line number Diff line change 3939 }
4040 },
4141 "scripts" : {
42- "clean" : " rm -rf ./dist" ,
42+ "clean" : " rm -rf ./dist && rm tsconfig.tsbuildinfo " ,
4343 "dev" : " nodemon --watch ./src -e ts --delay 2 --exec 'yarn build'" ,
4444 "build" : " tsc -p ./tsconfig.json" ,
4545 "test" : " jest"
Original file line number Diff line number Diff line change 3434 }
3535 },
3636 "scripts" : {
37- "clean" : " rm -rf ./dist" ,
37+ "clean" : " rm -rf ./dist && rm tsconfig.tsbuildinfo " ,
3838 "build" : " tsc -p ./tsconfig.json" ,
3939 "test" : " jest"
4040 },
Original file line number Diff line number Diff line change 3939 }
4040 },
4141 "scripts" : {
42- "clean" : " rm -rf ./dist" ,
42+ "clean" : " rm -rf ./dist && rm tsconfig.tsbuildinfo " ,
4343 "build" : " tsc -p ./tsconfig.json" ,
4444 "test" : " jest"
4545 },
You can’t perform that action at this time.
0 commit comments