Skip to content

Commit 49e903e

Browse files
committed
sed の互換性に対応
1 parent 2c9da39 commit 49e903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "next dev -p 5173",
88
"build": "next build",
9-
"postbuild": "find ./out -type f \\( -name \"*.html\" -o -name \"*.txt\" \\) -exec sed -E -i '' 's/(width=device-width, initial-scale=1)([^,])/\\1, viewport-fit=cover\\2/g' {} +",
9+
"postbuild": "find ./out -type f \\( -name \"*.html\" -o -name \"*.txt\" \\) -exec sed -E -i 's/(width=device-width, initial-scale=1)([^,])/\\1, viewport-fit=cover\\2/g' {} +",
1010
"preview": "next start"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)