Skip to content

Commit 4e0115e

Browse files
committed
fix deploy script
1 parent 0b9f7af commit 4e0115e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapsioss/web-components",
3-
"version": "0.0.0-alpha-4",
3+
"version": "0.0.0-alpha-5",
44
"files": [
55
"dist/**/*.js",
66
"dist/**/*.js.map",
@@ -9,7 +9,7 @@
99
],
1010
"type": "module",
1111
"scripts": {
12-
"publish": "pnpm build && pnpm deploy",
12+
"deploy": "pnpm build && pnpm publish",
1313
"build": "rm -rf dist && tsc && pnpm analyze && cp -r ./tokens ./dist && cp -r ./styles ./dist",
1414
"dev": "tsc --watch --preserveWatchOutput & wds",
1515
"storybook": "storybook dev -p 3001",

0 commit comments

Comments
 (0)