mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf lib/
|
|
pnpm exec tsc -p tsconfig.build.gen.json
|
|
rm -rf src/db-entries
|
|
node lib/index.js
|
|
pnpm exec eslint src/db-entries/** --fix
|