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