We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f7af commit 4e0115eCopy full SHA for 4e0115e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tapsioss/web-components",
3
- "version": "0.0.0-alpha-4",
+ "version": "0.0.0-alpha-5",
4
"files": [
5
"dist/**/*.js",
6
"dist/**/*.js.map",
@@ -9,7 +9,7 @@
9
],
10
"type": "module",
11
"scripts": {
12
- "publish": "pnpm build && pnpm deploy",
+ "deploy": "pnpm build && pnpm publish",
13
"build": "rm -rf dist && tsc && pnpm analyze && cp -r ./tokens ./dist && cp -r ./styles ./dist",
14
"dev": "tsc --watch --preserveWatchOutput & wds",
15
"storybook": "storybook dev -p 3001",
0 commit comments