@teamias/rex-design 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamias/rex-design",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "A react library developed with dumi",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"adduser": "npm adduser",
|
|
13
13
|
"build": "father build",
|
|
14
14
|
"build:watch": "father dev",
|
|
15
|
-
"deploy": "
|
|
15
|
+
"deploy": "changeset && changeset version && npm publish",
|
|
16
16
|
"dev": "dumi dev",
|
|
17
17
|
"docs:build": "dumi build",
|
|
18
18
|
"docs:preview": "dumi preview",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
|
23
23
|
"prepare": "husky install && dumi setup",
|
|
24
24
|
"prepublishOnly": "father doctor && npm run build",
|
|
25
|
-
"publish": "npm publish",
|
|
26
25
|
"publish:first": "npm publish --access public",
|
|
27
26
|
"start": "npm run dev"
|
|
28
27
|
},
|