Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It isn't clear why this won't work with npm ci but I assume it has so…
…mething to do with local paths
  • Loading branch information
searls committed Feb 12, 2023
1 parent f25a564 commit 50b7641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run-examples
Expand Up @@ -9,7 +9,7 @@ cd examples
for D in $projects; do
echo "<------ Running tests for example project '${D}'"
cd "${D}"
npm ci
npm install
npm test
cd ..
done

0 comments on commit 50b7641

Please sign in to comment.