Skip to content

Commit

Permalink
Add extra helper scripts for relase
Browse files Browse the repository at this point in the history
- Fix one linting issue in fetch-runtime
  • Loading branch information
Jyrno42 committed Aug 15, 2022
1 parent 91ecb94 commit ad59568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"type-check": "lerna run type-check",
"test": "jest",
"test:coverage": "yarn test --coverage",
"check-packages": "yarn clean && yarn build && yarn test && yarn lint",
"check-packages": "yarn clean && yarn build && yarn test && yarn lint && yarn type-check",
"bump-version": "lerna --ignore=examples/* version --no-push --exact",
"deploy": "lerna publish --conventional-commits --message 'chore: release new versions'",
"prerelease": "lerna publish --conventional-prerelease --pre-dist-tag next",
"prerun-publish": "yarn build",
"run-publish": "lerna --ignore=examples/* publish",
"clean": "lerna run clean && yarn clean-logs",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-runtime/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable global-require */
/* eslint-disable global-require,no-restricted-globals */
require('cross-fetch/polyfill');
require('abortcontroller-polyfill/dist/abortcontroller-polyfill-only');

Expand Down

0 comments on commit ad59568

Please sign in to comment.