Skip to content

Commit 26d8130

Browse files
committed
chore: remove postinstall
1 parent 21dbe55 commit 26d8130

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"format": "wireit",
6767
"link-check": "wireit",
6868
"lint": "wireit",
69-
"postinstall": "yarn husky install",
7069
"postpack": "sf-clean --ignore-signing-artifacts",
7170
"prepack": "sf-prepack",
7271
"prepare": "sf-install",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "@salesforce/dev-config/tsconfig-strict-esm",
33
"compilerOptions": {
44
"outDir": "lib",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"skipLibCheck": true
67
},
78
"include": ["./src/**/*.ts"]
89
}

0 commit comments

Comments
 (0)