mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
scripts() fix prepare script (install all deps)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 1. Install all dependencies
|
||||
for D in integration/*; do [ -d "${D}" ] && npm i; done
|
||||
for D in integration/*/; do sh -c "cd ${D} && npm i"; done
|
||||
|
||||
# 2. Build fresh packages and move them to sample and integration directories
|
||||
npm run build:dev &>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user