Update Jenkinsfile configuration
This commit is contained in:
parent
5d0d7145bd
commit
995eae0571
2 changed files with 2 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ import FrontendBuild
|
||||||
|
|
||||||
FrontendBuild({
|
FrontendBuild({
|
||||||
appName = 'seedling'
|
appName = 'seedling'
|
||||||
|
gitOwner = "procyon"
|
||||||
runLint = false
|
runLint = false
|
||||||
runUnitTest = false
|
runUnitTest = false
|
||||||
runSmokeTest = false
|
runSmokeTest = false
|
||||||
|
|
|
@ -7,7 +7,7 @@ Seedling is a project generator for @procyon libraries.
|
||||||
1. Create file `.npmrc`
|
1. Create file `.npmrc`
|
||||||
2. Paste content to file `@toolkit:registry=https://forgejo.romanjaros.dev/api/packages/procyon/npm/`
|
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`
|
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
|
4. Use `pnpm dev` to start
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue