mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
chore: fix issues with yml (#7355)
* chore: fix issues with yml * chore: fix issues with sponsor update yml
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Check if sponsors require updates
|
||||
id: sponsors-requires-update
|
||||
run: node ../../bin/update-sponsors.js
|
||||
run: node ./bin/update-sponsors.js
|
||||
- name: Read sponsors.md file content
|
||||
run: |
|
||||
echo 'CONTENT<<EOF' >> $GITHUB_ENV
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
"preversion": "gulp version",
|
||||
"version": "npm run build && git add package.json",
|
||||
"prepublishOnly": "npm run test:build:version",
|
||||
"postpublish": "git push && git push --tags",
|
||||
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
||||
"examples": "node ./examples/server.js",
|
||||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||
|
||||
Reference in New Issue
Block a user