Remove package-lock.json copy in install script
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / test-json-files (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Build and Publish Docker Image / build (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled

Removed the copy of package-lock.json from the installation script.
This commit is contained in:
CanbiZ
2025-11-20 16:13:25 +01:00
committed by GitHub
parent 264a29980c
commit 9879cb4b69
-1
View File
@@ -74,7 +74,6 @@ export NODE_OPTIONS="--max-old-space-size=4096"
$STD turbo prune --scope=@documenso/remix --docker
cd out
cp -r json/* .
cp package-lock.json .
$STD npm ci
cp -r full/* .
$STD turbo run build --filter=@documenso/remix