Skip to content

Commit 8e0f820

Browse files
author
Ives van Hoorne
committed
Fix node_modules location
1 parent 2a69893 commit 8e0f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"main": "n/a",
3838
"scripts": {
39-
"patch": "sed -i -e 's/if(c\\.initial) return;/if(!c||c.initial) return;/g' ./node_modules/extract-text-webpack-plugin/index.js",
39+
"patch": "sed -i -e 's/if(c\\.initial) return;/if(!c||c.initial) return;/g' ../../node_modules/extract-text-webpack-plugin/index.js",
4040
"build": "yarn patch && gatsby build",
4141
"start": "gatsby develop",
4242
"lint": "echo TODO && exit 0",

0 commit comments

Comments
 (0)