ding-react-admin 2.0.7 → 2.0.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ding-react-admin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Composable admin shell (Ant Design + React Router): quick-start AdminApp or build your own layout.",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
],
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "vite build && node -e \"require('fs').writeFileSync('dist/index.d.ts','export * from \\\"./src/index\\\";\\n')\"",
|
|
52
|
-
"dev:example": "
|
|
53
|
-
"build:example": "
|
|
54
|
-
"build:example:gh-pages": "
|
|
52
|
+
"dev:example": "vite --config examples/playground/vite.config.ts",
|
|
53
|
+
"build:example": "tsc -b examples/playground && vite build --config examples/playground/vite.config.ts",
|
|
54
|
+
"build:example:gh-pages": "tsc -b examples/playground && vite build --config examples/playground/vite.config.ts --base=/ding-react-admin/ && node -e \"require('fs').copyFileSync('examples/playground/dist/index.html','examples/playground/dist/404.html')\"",
|
|
55
55
|
"test": "vitest run",
|
|
56
56
|
"prepublishOnly": "yarn build"
|
|
57
57
|
},
|