Skip to content

Commit

Permalink
feat(nfts): adapt taikoon-ui to the new package structure (#17271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 authored May 20, 2024
1 parent 6e56475 commit 6b7f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taikoon-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:integration": "playwright test",
"test:unit": "vitest",
"start": "npm run generate:abi && vite dev --open",
"generate:abi": "cd ../taikoon && pnpm compile && cd - && wagmi generate"
"generate:abi": "cd ../nfts && pnpm compile && cd - && wagmi generate"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.1",
Expand Down

0 comments on commit 6b7f44a

Please sign in to comment.