Skip to content

Commit 7077038

Browse files
authored
Removing chmod which is probably unnecessary in most platforms
1 parent 74c0e7c commit 7077038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ We recommend that you keep your local bundles and the stats file outside the ver
146146
```
147147
if [ ! -f webpack-stats.json ]; then
148148
touch webpack-stats.json
149-
chmod 777 webpack-stats.json
150149
fi
151150
152151
npm run build

0 commit comments

Comments
 (0)