@ibiz-template/mob-theme 0.2.12 → 0.2.13
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-theme",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "ibiz-temp build -w",
|
|
25
25
|
"build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
|
|
26
|
-
"pub": "ibizlab pub -m /root/
|
|
26
|
+
"pub": "ibizlab pub -m /root/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
|
|
27
27
|
"publish:next": "npm run build && npm publish --access public --tag=next",
|
|
28
28
|
"publish:dev": "npm run build && npm publish --access public --tag=dev",
|
|
29
29
|
"publish:beta": "npm run build && npm publish --access public --tag=beta",
|