From 995eae05714e61e0a7552fbb0844cd4074a40c5e Mon Sep 17 00:00:00 2001 From: romanjaros Date: Thu, 25 Jan 2024 07:45:34 +0000 Subject: [PATCH] Update Jenkinsfile configuration --- Jenkinsfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf8fda1..94b20b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ import FrontendBuild FrontendBuild({ appName = 'seedling' + gitOwner = "procyon" runLint = false runUnitTest = false runSmokeTest = false diff --git a/README.md b/README.md index 9283674..7225a3b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Seedling is a project generator for @procyon libraries. 1. Create file `.npmrc` 2. Paste content to file `@toolkit:registry=https://forgejo.romanjaros.dev/api/packages/procyon/npm/` 3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app` - - instead of `./app` use can use curent folder, `.` or `./` + - instead of `./app` use can use current folder, `.` or `./` 4. Use `pnpm dev` to start ## Parameters