We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2e310 commit 2a5e22eCopy full SHA for 2a5e22e
scripts/prepare.sh
@@ -1,5 +1,5 @@
1
# 1. Install all dependencies
2
-for D in integration/*; do [ -d "${D}" ] && npm i; done
+for D in integration/*/; do sh -c "cd ${D} && npm i"; done
3
4
# 2. Build fresh packages and move them to sample and integration directories
5
npm run build:dev &>/dev/null
0 commit comments