Skip to content

Commit 110b2de

Browse files
committed
chore: make codemod silent…might get past build
1 parent 8f6c784 commit 110b2de

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "hugo && npm run codemod",
8-
"codemod": "codemod --accept-all -m -d public/ --extensions html 'src=\"\/([^/])' 'src=\"https://help.jsbin.com/\\1'"
8+
"codemod": "codemod --accept-all -m -d public/ --extensions html 'src=\"\/([^/])' 'src=\"https://help.jsbin.com/\\1' > /dev/null"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)