adminforth 2.26.0-next.2 → 2.26.0-test.1
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminforth",
|
|
3
|
-
"version": "2.26.0-
|
|
3
|
+
"version": "2.26.0-test.1",
|
|
4
4
|
"description": "OpenSource Vue3 powered forth-generation admin panel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "rm -rf dist && tsc && pnpm prepareDist",
|
|
19
19
|
"--comment-prepareDist": "-rl allows supply the spa without symlinks which allows to not include source code in the package",
|
|
20
20
|
"prepareDist": "cp -rL spa dist/",
|
|
21
|
-
"rollout-doc": "cd documentation &&
|
|
21
|
+
"rollout-doc": "cd documentation && npm run build && npm run deploy",
|
|
22
22
|
"docs": "typedoc",
|
|
23
23
|
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",
|
|
24
24
|
"postinstall": "node scripts/postinstall.js"
|