Skip to content

Commit

Permalink
version(avatar): @oku-ui/avatar@0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 22, 2023
1 parent d226ef5 commit 744f813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/avatar",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
11 changes: 11 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# component name
componentName=$1

# cd to the component directory
cd packages/components/$componentName
pnpm build

# publish
pnpm publish --access public --no-git-checks

0 comments on commit 744f813

Please sign in to comment.