Update ci build command
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

Change-Id: I95aa2c1e566c6e564f6c74100fa5414f2023782f
This commit is contained in:
Roman Jaroš 2023-11-16 12:27:51 +01:00
parent f8acf71d58
commit 0cdbea8523

View file

@ -8,7 +8,7 @@
},
"scripts": {
"create": "pnpm ci:build",
"ci:build": "node create.js --name app --port --monorepo T ./build",
"ci:build": "node create.js --name app --port 90 ./app",
"release": "pnpm version --no-git-tag-version"
},
"dependencies": {