Update Jenkinsfile configuration #170

Merged
romanjaros merged 1 commit from jenkins into master 2024-01-25 09:18:38 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 995eae0571 - Show all commits

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ import FrontendBuild
FrontendBuild({
appName = 'seedling'
gitOwner = "procyon"
runLint = false
runUnitTest = false
runSmokeTest = false

View file

@ -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