chore: use '&&' rather than ';' for 'npm run fmt' on Windows

This commit is contained in:
AJ ONeal
2023-10-11 23:29:10 +00:00
parent 476548cd06
commit e276bb32a5
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "webinstall script repository",
"main": "_webi/",
"scripts": {
"fmt": "npm run prettier; npm run shfmt",
"fmt": "npm run prettier && npm run shfmt",
"lint": "npx jshint@2.x -c ./.jshintrc */*.js",
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md,html}'",
"shfmt": "shfmt -w -i 4 -sr -ci -s ./",