Skip to content

Commit

Permalink
chore: upgrade crates (neon to 0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 4, 2021
1 parent f9da1de commit 3b518d8
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 197 deletions.
18 changes: 18 additions & 0 deletions examples/v3/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

set -e

for i in *; do
if [[ -d $i ]]; then
echo -------------------------------------------------
echo ---- $i
echo -------------------------------------------------
pushd "$i"
npm i
rm -rf "node_modules/@pact-foundation/pact"
echo "linking pact"
npm link @pact-foundation/pact
npm t
popd
fi
done
28 changes: 28 additions & 0 deletions examples/v3/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b518d8

Please sign in to comment.