mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
10 lines
127 B
Bash
Executable file
10 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
|