Skip to content

Commit

Permalink
fix: xmtp build
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Nov 28, 2024
1 parent c123018 commit 559d658
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 366 deletions.
2 changes: 1 addition & 1 deletion packages/@justweb3/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"command": "node update-package-json.js"
},
{
"command": "rmdir /s /q node_modules"
"command": "npx rimraf node_modules"
}
],
"cwd": "packages/@justweb3/ui",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC, Fragment, ReactNode, useContext, useMemo, useState } from 'react';
import { FC, ReactNode, useContext, useMemo, useState } from 'react';
import { JustWeb3Context, useJustWeb3 } from '../../providers';
import {
ArrowIcon,
Expand Down
2 changes: 1 addition & 1 deletion packages/@justweb3/xmtp-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"command": "node update-package-json.js"
},
{
"command": "rm -rf node_modules || rmdir /s /q node_modules"
"command": "npx rimraf node_modules"
}
],
"cwd": "packages/@justweb3/xmtp-plugin",
Expand Down
Loading

0 comments on commit 559d658

Please sign in to comment.