Skip to content

Commit cc738d2

Browse files
committed
fix: codemod args
1 parent ed12937 commit cc738d2

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 -p -i -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
10+
"codemod": "perl -pi -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)