mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00: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
|
run: npm ci
|
||||||
- name: Check if sponsors require updates
|
- name: Check if sponsors require updates
|
||||||
id: sponsors-requires-update
|
id: sponsors-requires-update
|
||||||
run: node ../../bin/update-sponsors.js
|
run: node ./bin/update-sponsors.js
|
||||||
- name: Read sponsors.md file content
|
- name: Read sponsors.md file content
|
||||||
run: |
|
run: |
|
||||||
echo 'CONTENT<<EOF' >> $GITHUB_ENV
|
echo 'CONTENT<<EOF' >> $GITHUB_ENV
|
||||||
|
|||||||
@@ -62,7 +62,6 @@
|
|||||||
"preversion": "gulp version",
|
"preversion": "gulp version",
|
||||||
"version": "npm run build && git add package.json",
|
"version": "npm run build && git add package.json",
|
||||||
"prepublishOnly": "npm run test:build:version",
|
"prepublishOnly": "npm run test:build:version",
|
||||||
"postpublish": "git push && git push --tags",
|
|
||||||
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
||||||
"examples": "node ./examples/server.js",
|
"examples": "node ./examples/server.js",
|
||||||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user