Skip to content

Commit

Permalink
chore: add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Apr 2, 2024
1 parent 5fda2eb commit 413dccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"story:react": "lerna run --scope @interchain-ui/react-example --stream dev",
"lerna": "lerna run",
"pub:beta": "lerna publish --no-private --preid beta",
"prepare": "pnpm run c:react",
"clear": "pnpm run clear:cache & pnpm run clear:builds && pnpm run clear:artifacts & pnpm run clear:node_modules",
"clear:artifacts": "find ./packages -name src -type d | grep -vE '.*-example.*' | xargs rm -rf",
"clear:builds": "find ./packages -name dist -type d | grep -vE '.*-example.*' | xargs rm -rf",
Expand Down Expand Up @@ -121,4 +122,4 @@
"chore": "Chore"
}
}
}
}

0 comments on commit 413dccd

Please sign in to comment.