Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 7036805

Browse files
committed
fix: ignore core-js postinstall scripts
1 parent c6a94ea commit 7036805

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"extends": [
4040
"@commitlint/config-conventional"
4141
]
42+
},
43+
"allowScripts": {
44+
"core-js": false
4245
}
4346
}

0 commit comments

Comments
 (0)