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 8f6c784 commit 110b2deCopy full SHA for 110b2de
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "hugo && npm run codemod",
8
- "codemod": "codemod --accept-all -m -d public/ --extensions html 'src=\"\/([^/])' 'src=\"https://help.jsbin.com/\\1'"
+ "codemod": "codemod --accept-all -m -d public/ --extensions html 'src=\"\/([^/])' 'src=\"https://help.jsbin.com/\\1' > /dev/null"
9
},
10
"repository": {
11
"type": "git",
0 commit comments