Skip to content

Commit 9879cb4

Browse files
authored
Remove package-lock.json copy in install script
Removed the copy of package-lock.json from the installation script.
1 parent 264a299 commit 9879cb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/documenso-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export NODE_OPTIONS="--max-old-space-size=4096"
7474
$STD turbo prune --scope=@documenso/remix --docker
7575
cd out
7676
cp -r json/* .
77-
cp package-lock.json .
7877
$STD npm ci
7978
cp -r full/* .
8079
$STD turbo run build --filter=@documenso/remix

0 commit comments

Comments
 (0)