@teamias/rex-pro 0.1.4 → 0.1.5
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamias/rex-pro",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A react library developed with dumi",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"deploy": "changeset && changeset version && npm publish && npm run docs:deploy",
|
|
16
16
|
"dev": "dumi dev",
|
|
17
17
|
"docs:build": "dumi build",
|
|
18
|
-
"docs:deploy": "npm run docs:deploy:wrangler
|
|
18
|
+
"docs:deploy": "npm run docs:deploy:wrangler",
|
|
19
19
|
"docs:deploy:vercel": "vercel --prod",
|
|
20
|
-
"docs:deploy:wrangler": "cross-env DOCS_DEPLOY=wrangler CLOUDFLARE_ACCOUNT_ID=
|
|
20
|
+
"docs:deploy:wrangler": "cross-env DOCS_DEPLOY=wrangler CLOUDFLARE_ACCOUNT_ID=0ed585eae407fa45eabc07db6190c082 dumi build && wrangler pages deploy docs-dist --project-name=rex-pro",
|
|
21
21
|
"docs:preview": "dumi preview",
|
|
22
22
|
"doctor": "father doctor",
|
|
23
23
|
"lint": "npm run lint:es",
|