Skip to content

Commit

Permalink
feat: add run publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
becomevocal committed Jul 15, 2024
1 parent 7f31631 commit e8d6302
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 @@ -5,7 +5,8 @@
"dev": "lerna run dev --scope examples-site",
"start": "lerna run serve --scope examples-site",
"build": "lerna run build",
"build-site": "lerna run build --scope examples-site"
"build-site": "lerna run build --scope examples-site",
"publish": "pnpm publish packages/patterns"
},
"devDependencies": {
"lerna": "^8.1.6"
Expand Down

0 comments on commit e8d6302

Please sign in to comment.