kuamail/node_modules/dexie-react-hooks/test/gh-actions.sh

7 lines
141 B
Bash

#!/bin/bash -e
echo "Installing dependencies for dexie-react-hooks"
pnpm install >/dev/null
echo "Building and running the tests"
pnpm test