tests: test process on github and husky
This commit is contained in:
parent
23e1b30e65
commit
d73bb88f1d
2 changed files with 31 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
# Run tests first
|
||||
echo "Running tests..."
|
||||
npm run test:run --workspace=packages/admin-ui
|
||||
|
||||
# Run linting
|
||||
npx lint-staged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue