mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
npm i --package-lock-only
|
|
npm run build
|
|
git add dist/index.js
|
|
git add package-lock.json
|