mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Fixed scripts in bin folder (#6163)
This commit is contained in:
parent
03c8518e66
commit
47f0113fd7
5 changed files with 7 additions and 6 deletions
|
@ -32,4 +32,4 @@ src/bin/installDeps.sh "$@" || exit 1
|
|||
# Move to the node folder and start
|
||||
log "Starting Etherpad..."
|
||||
|
||||
exec npm run dev --prefix ./src "$@"
|
||||
exec pnpm run dev --prefix ./src "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue