mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
npm i --package-lock-only
|
|
npm run build
|
|
git add dist/index.js
|