mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-19 00:17:59 +00:00
5 lines
45 B
Text
5 lines
45 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
npm run format
|
||
|
npm run test
|