@devkong/cli 0.0.67-alpha.17 → 0.0.67-alpha.19

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -63427,7 +63427,7 @@ var PublishVersionCommand = class {
63427
63427
  return `${engine} ${escapePathSpaces(mainPyPath)} --schema`;
63428
63428
  }
63429
63429
  getKotlinBuildCmdTask() {
63430
- return `${this.wslPrefix} ./gradlew build -Dquarkus.package.main-class=io.kong.sdk.function.template.QuarkusApp`;
63430
+ return `${this.wslPrefix} ./gradlew build -x test -Dquarkus.package.main-class=io.kong.sdk.function.template.QuarkusApp`;
63431
63431
  }
63432
63432
  getKotlinSchemaCmdTask() {
63433
63433
  return `${this.wslPrefix} java -Dquarkus-profile=local -jar build/quarkus-app/quarkus-run.jar --schema`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli",
3
- "version": "0.0.67-alpha.17",
3
+ "version": "0.0.67-alpha.19",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",