Skip to content

Commit 6c6af0d

Browse files
author
Ives van Hoorne
committed
Add script to delete duplicate styled-components
1 parent 134b3b6 commit 6c6af0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"add-contributor": "all-contributors add",
2121
"generate": "all-contributors generate",
2222
"precommit": "lint-staged",
23-
"postinstall": "lerna run install-dependencies --scope codesandbox-browserfs --stream"
23+
"postinstall": "rimraf packages/app/node_modules/styled-components && yarn lerna run install-dependencies --scope codesandbox-browserfs --stream"
2424
},
2525
"lint-staged": {
2626
"*.{js,css,json}": [

0 commit comments

Comments
 (0)