mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
chore: use '&&' rather than ';' for 'npm run fmt' on Windows
This commit is contained in:
+1
-1
@@ -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 ./",
|
||||
|
||||
Reference in New Issue
Block a user