mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 06:29:24 +00:00
Add makefile and automations
This commit is contained in:
parent
7de43a7373
commit
c6de3f8548
5 changed files with 36 additions and 1 deletions
4
hooks/pre-commit
Normal file
4
hooks/pre-commit
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
npm i --package-lock-only
|
||||
npm run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue