Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
majidsajadi committed Aug 31, 2024
1 parent 0b9f7af commit 4e0115e
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
@@ -1,6 +1,6 @@
{
"name": "@tapsioss/web-components",
"version": "0.0.0-alpha-4",
"version": "0.0.0-alpha-5",
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand All @@ -9,7 +9,7 @@
],
"type": "module",
"scripts": {
"publish": "pnpm build && pnpm deploy",
"deploy": "pnpm build && pnpm publish",
"build": "rm -rf dist && tsc && pnpm analyze && cp -r ./tokens ./dist && cp -r ./styles ./dist",
"dev": "tsc --watch --preserveWatchOutput & wds",
"storybook": "storybook dev -p 3001",
Expand Down

0 comments on commit 4e0115e

Please sign in to comment.