* wip * webpack loader working * time to switch to babel * wip * wip - next broken * build & babel working, but resolver not loaded at runtime * webpack loaders fully working! * rpc server handler ported * fully working e2e! * ci * fix * fix * fix test * refactor integration test setup * port rpc integration test * remove duplicate constants * fix timeout * add more explicit timeouts for tests * use pnpm exec * add custom _document for auth test * await killapp * add next as dependency for test utils * update pnpm ci * add vitest config file * add hookTimeout to global vitest file Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com>
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
pnpm manypkg check
|
|
pnpm lint
|
|
pnpm pretty-quick --staged
|