forked from strapi/strapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: commit yarn release chore: don't use -s fix: eslint deps https://eslint.org/docs/latest/extend/shareable-configs#publishing-a-shareable-config chore: fix eslint chore: remove -s fix: lint chore: yarn 3 amends chore: dont use npm run all chore: fix securitylockfile action chore: update lockfile post rebase Revert "Delete index.js" This reverts commit e6009ec. Delete index.js chore: remove validate-https because how yarn3 works chore: remove validate-https chore: use same time of cache everywhere
- Loading branch information
1 parent
403c098
commit 0f008b4
Showing
22 changed files
with
33,598 additions
and
23,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
yarn global add lockfile-lint | ||
|
||
lockfile-lint \ | ||
yarn dlx lockfile-lint \ | ||
--type $LOCKFILE_TYPE \ | ||
--path $LOCKFILE_PATH \ | ||
--allowed-hosts $LOCKFILE_ALLOWED_HOSTS \ | ||
--validate-https | ||
--allowed-schemes "npm:" "workspace:" "patch:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.