mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
11 lines
127 B
Bash
Executable File
11 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
npm install
|
|
npm run lint --fix
|
|
npm run build
|
|
git add src/
|
|
git add dist/
|
|
git add package-lock.json
|