-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
2 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,6 @@ | |
"homepage": "https://github.com/immutable/ts-immutable-sdk#readme", | ||
"license": "Apache-2.0", | ||
"lint-staged": { | ||
"*": "yarn scan:secrets", | ||
"*.{js,jsx,ts,tsx}": "eslint" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
@@ -56,11 +55,10 @@ | |
"lint": "nx affected -t lint --parallel=5 --no-error-on-unmatched-pattern", | ||
"lint:examples": "yarn workspaces foreach -Apt --include='@examples/**' run lint", | ||
"nx": "nx", | ||
"postinstall": "husky install; ./.husky/install_gitleaks.sh", | ||
"postinstall": "husky install", | ||
"prepare:examples": "yarn build:onlysdk && yarn yalc:sdk:publish && yarn workspaces foreach -Apt --include='@examples/**' exec yarn dlx yalc add @imtbl/sdk && yarn install --no-immutable", | ||
"prepare:tests": "yarn build:onlysdk && yarn yalc:sdk:publish && yarn workspaces foreach -Apt --include='@tests/**' exec yarn dlx yalc add @imtbl/sdk && yarn install --no-immutable", | ||
"release": "release-it", | ||
"scan:secrets": "./.husky/run_gitleaks.sh", | ||
"syncpack:check": "yarn syncpack list-mismatches", | ||
"syncpack:fix": "yarn syncpack fix-mismatches", | ||
"syncpack:format": "yarn syncpack format", | ||
|
@@ -108,4 +106,4 @@ | |
"tests/**" | ||
] | ||
} | ||
} | ||
} |