We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf3669 commit 18e2e40Copy full SHA for 18e2e40
package.json
@@ -7,7 +7,7 @@
7
"dev": "hugo -D serve -p 5000",
8
"build": "npm run hugo && npm run codemod",
9
"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"
+ "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"
11
},
12
"repository": {
13
"type": "git",
0 commit comments