Update Jenkinsfile configuration
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2024-01-25 07:45:34 +00:00
parent 5d0d7145bd
commit 995eae0571
2 changed files with 2 additions and 1 deletions

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