@gxp-dev/tools 2.0.47 → 2.0.48

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.
@@ -34,7 +34,7 @@ const REQUIRED_DEV_DEPENDENCIES = {
34
34
 
35
35
  // Default scripts for package.json
36
36
  const DEFAULT_SCRIPTS = {
37
- dev: "gxdev dev",
37
+ dev: "gxdev dev --cli",
38
38
  "dev-app": "gxdev dev",
39
39
  "dev-http": "gxdev dev --no-https",
40
40
  build: "gxdev build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/tools",
3
- "version": "2.0.47",
3
+ "version": "2.0.48",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {