mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
npm i --package-lock-only
|
|
npm run lint --fix
|
|
npm run build
|
|
git add src/
|
|
git add dist/index.js
|
|
git add package-lock.json
|