Skip to content

Commit 18e2e40

Browse files
committed
wip
1 parent caf3669 commit 18e2e40

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
@@ -7,7 +7,7 @@
77
"dev": "hugo -D serve -p 5000",
88
"build": "npm run hugo && npm run codemod",
99
"hugo": "hugo",
10-
"codemod": "perl -pi -e 's#src=\"\/([^/])#src=\"https://help.jsbin.com/\\1#g' public/{help,blog}/**/*.html; grep '/images/deleted-bin.png' public/help/delete-a-bin/index.html"
10+
"codemod": "perl -pi -e 's#src=\"\/([^/])#src=\"https://help.jsbin.com/\\1#g' 'public/{help,blog}/**/*.html'; grep '/images/deleted-bin.png' public/help/delete-a-bin/index.html"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)