mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 16:08:05 +00:00
4 lines
45 B
Bash
Executable file
4 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
npm run format
|
|
npm run test
|