File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed
Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 66 "dev" : " next dev --turbopack" ,
77 "build" : " next build" ,
88 "start" : " next start" ,
9- "lint" : " next lint"
9+ "lint" : " next lint" ,
10+ "prebuild" : " pnpm --workspace-concurrency 1 --filter @graphprotocol/hypergraph run build && pnpm --workspace-concurrency 1 --filter @graphprotocol/hypergraph-react run build"
1011 },
1112 "type" : " module" ,
1213 "dependencies" : {
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "dev" : " bun run --watch ./src/index.ts" ,
88 "prisma" : " prisma" ,
9+ "prebuild" : " prisma generate" ,
910 "build" : " tsup"
1011 },
1112 "dependencies" : {
Original file line number Diff line number Diff line change 2020 "types" : " ./dist/index.d.ts" ,
2121 "sideEffects" : [],
2222 "scripts" : {
23- "build" : " tsc -b tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs" ,
23+ "build" : " tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs" ,
2424 "test" : " vitest"
2525 },
2626 "peerDependencies" : {
Original file line number Diff line number Diff line change 3535 },
3636 "sideEffects" : [],
3737 "scripts" : {
38- "build" : " tsc -b tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs" ,
38+ "build" : " tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs" ,
3939 "test" : " vitest"
4040 },
4141 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ packages:
22 - apps/*
33 - packages/*
44 - docs
5+
56onlyBuiltDependencies :
67 - " @prisma/client"
78 - " @prisma/engines"
@@ -11,3 +12,7 @@ onlyBuiltDependencies:
1112 - core-js
1213 - core-js-pure
1314 - prisma
15+ - ./test3
16+ - ./test4
17+ - ./test5
18+ - ./test6
You can’t perform that action at this time.
0 commit comments