@leapdev/gui 1.0.175 → 1.0.177
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/dist/css/x1-leap-web.css +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leapdev/gui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.177",
|
|
4
4
|
"description": "LEAP GUI",
|
|
5
5
|
"author": "LEAP Dev",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
22
22
|
"build": "webpack --config webpack.config.prod.js",
|
|
23
|
+
"prepublishOnly": "echo '🔨 Building before publish...' && yarn build",
|
|
23
24
|
"build:push": "yarn build && yarn local:push",
|
|
24
25
|
"serve": "webpack --config webpack.config.dev.js --watch --progress",
|
|
25
26
|
"devServer": "webpack-dev-server --config webpack.config.devServer.js",
|
|
@@ -55,4 +56,4 @@
|
|
|
55
56
|
"webpack-remove-empty-scripts": "^1.0.4"
|
|
56
57
|
},
|
|
57
58
|
"packageManager": "yarn@4.2.2"
|
|
58
|
-
}
|
|
59
|
+
}
|