Add workaround to makefile

This commit is contained in:
idk
2021-10-01 14:33:11 -04:00
parent 1853292b99
commit d5a0edfd68

View File

@@ -284,6 +284,8 @@ fmt-js:
fixjsstyle torrent/*.js
fixjsstyle i2pcontrol/*.js
fixjsstyle manifest.json
#work around fixjsstyle issue
sed -i 's|= >|=>|g' *.js */*.js
#find . -path ./node_modules -prune -o -name '*.json' -exec fixjsstyle --write {} \;
fmt-prettier: