mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 09:39:51 +00:00
8 lines
63 B
Bash
Executable File
8 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
npm run fmt
|
|
npm run lint
|
|
npm run test
|