mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname $0)/_/husky.sh"
|
||
|
|
||
|
npm run format
|