Skip to content

Commit

Permalink
build: prepublish command
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Apr 24, 2024
1 parent e9db26f commit b5431e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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 clear:cache && pnpm run clear:builds && pnpm run c:react",
"prepublishOnly": "pnpm run clear:cache && pnpm run clear:builds && 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 @@ -122,4 +122,4 @@
"chore": "Chore"
}
}
}
}

0 comments on commit b5431e6

Please sign in to comment.