Skip to content

Commit 73aaf3f

Browse files
authored
fix: added postinstall to create stylelint config
1 parent 9067ca4 commit 73aaf3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/stylelint-config/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"CHANGELOG.md",
3030
"LICENSE.md"
3131
],
32+
"scripts": {
33+
"postinstall": "node lib/postinstall.js"
34+
},
3235
"dependencies": {
3336
"browserslist-config-anolilab": "1.0.1",
3437
"stylelint-a11y": "^1.2.3",

0 commit comments

Comments
 (0)