03e8d51f9a
fixes #342 It introduces several security fixes to follow best practices.
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run lint:staged
|
|
npm run build
|
|
npm run build:typescript
|