mirror of
https://github.com/codecov/codecov-action.git
synced 2026-07-04 23:05:12 +00:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
npm i --package-lock-only
|
|
npm run build
|
|
git add dist/index.js
|