Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 15, 2024
1 parent 804c124 commit 6f3f102
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 3 additions & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,21 +401,23 @@ do
;;

pglite-repl) echo "=============== pglite-repl ================================"
PATH=$PATH:$PREFIX/bin
pushd ./packages/repl
pnpm install
pnpm run build
popd
;;

pglite-test) echo "================== pglite-test ========================="
PATH=$PATH:$PREFIX/bin
echo "
node : $(which node) $($(which node) -v)
PNPM : $(which pnpm)
"
pushd ./packages/pglite
pnpm install
npm install -g concurrently playwright
if pnpm exec playwright install --with-deps
then
pnpm run test || exit 429
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"tsup": "^8.1.0",
"tsx": "^4.8.1",
"typescript": "^5.3.3"
},
"dependencies": {
"concurrently": "^8.2.2"
}
}
12 changes: 4 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 6f3f102

Please sign in to comment.