You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CRE-14] flatten content coin hook + creator coin hook into a single hook (#1322)
* Apply suggested changes
Apply suggested changes
* merge both hooks into a single hook
* fixed merge conflicts
* remove added creator coin rewards
* Factory impl code update
* refactoring for arguments
* update constant definitions
* adding a new test for checking determining old coin type
* fix test
---------
Co-authored-by: Iain Nash <[email protected]>
Copy file name to clipboardExpand all lines: CLAUDE.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,14 +249,17 @@ Uses Graphite for branch management:
249
249
Before working with the documentation, build the packages that are imported:
250
250
251
251
1.**Install dependencies** from the root directory:
252
+
252
253
```bash
253
254
pnpm install
254
255
```
255
256
256
257
2.**Build packages** from the root directory:
258
+
257
259
```bash
258
260
pnpm build:js
259
261
```
262
+
260
263
Note: Documentation builds use `build:js` to avoid unnecessary contract compilation. If the build fails due to missing TypeScript dependencies, check individual package devDependencies.
261
264
262
265
3.**Start docs development server**:
@@ -273,6 +276,7 @@ Some packages may fail during `build:js` if TypeScript is not available as a dev
273
276
274
277
**Error Pattern**: `tsc: command not found` during tsup build
275
278
**Solution**: Add TypeScript as devDependency to the failing package:
279
+
276
280
```json
277
281
{
278
282
"devDependencies": {
@@ -331,15 +335,15 @@ When renaming or moving documentation files, always add redirects to `docs/verce
0 commit comments