@devkong/cli 0.0.67-alpha.16 → 0.0.67-alpha.18

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 (3) hide show
  1. package/README.md +0 -11
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -29,14 +29,3 @@ Publish with custom tag to avoid @latest:
29
29
  ```sh
30
30
  npx nx release publish --git-commit=false --tag=dev
31
31
  ```
32
-
33
- ## Publish to the Nexus
34
-
35
- ```shell script
36
- code ~/.npmrc
37
-
38
- @kong:registry=https://nexus.shared.sg.app-dts.net/repository/npm-hosted/
39
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:username=kong
40
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:_password={BASE_64_PASSWORD}
41
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:always-auth=true
42
- ```
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.16",
3
+ "version": "0.0.67-alpha.18",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",