Skip to content

Commit

Permalink
Merge pull request #244 from framesjs/fix/turbo-build
Browse files Browse the repository at this point in the history
fix: @frames/render turbo build
  • Loading branch information
stephancill authored Mar 27, 2024
2 parents 7ba28f0 + 2b25562 commit d594ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-mangos-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frames.js": patch
---

fix: turbo build
4 changes: 2 additions & 2 deletions packages/frames.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"lint": "eslint \"./src/**/*.{ts,tsx}\"",
"build": "NODE_OPTIONS='--max-old-space-size=16384' rimraf ./dist && tsup `find ./src -type f \\( -regex '.*\\.tsx*' -a -not -regex '.*\\.test\\.tsx*' \\)` --format cjs,esm --dts",
"build": "NODE_OPTIONS='--max-old-space-size=16384' tsup `find ./src -type f \\( -regex '.*\\.tsx*' -a -not -regex '.*\\.test\\.tsx*' \\)` --format cjs,esm --dts",
"dev": "npm run build -- --watch",
"test:watch": "jest --watch",
"update:proto": "curl https://raw.githubusercontent.com/farcasterxyz/hub-monorepo/main/packages/core/src/protobufs/generated/message.ts -o src/farcaster/generated/message.ts"
Expand Down Expand Up @@ -236,4 +236,4 @@
"protobufjs": "^7.2.6",
"viem": "^2.7.8"
}
}
}

0 comments on commit d594ec5

Please sign in to comment.