mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 06:27:26 +00:00
fix: oops
This commit is contained in:
parent
759cf3409f
commit
dd9576d591
2 changed files with 1 additions and 1 deletions
0
dist/test.sh
vendored
Normal file → Executable file
0
dist/test.sh
vendored
Normal file → Executable file
|
|
@ -5,6 +5,6 @@ set -e
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build
|
npm run build
|
||||||
git add dist/
|
|
||||||
chmod u+x dist/test.sh
|
chmod u+x dist/test.sh
|
||||||
|
git add dist/
|
||||||
git add package-lock.json
|
git add package-lock.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue