2023-10-05 01:14:33 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
|
|
2023-10-16 16:35:49 +02:00
|
|
|
npm run lint || (npm install && npm run lint)
|
2023-10-16 16:33:32 +02:00
|
|
|
npm run test
|
2023-10-05 01:14:33 +02:00
|
|
|
npm run build && git add dist/
|
2023-10-16 16:34:39 +02:00
|
|
|
#ff
|