diff --git a/package.json b/package.json index 6c545e6..66eaa57 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "scripts": { "build": "ncc build src/main.ts --minify", "test": "jest", - "fmt": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'", - "fmtcheck": "prettier --check 'src/**/*.ts' '__tests__/**/*.ts'" + "fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"", + "fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"" }, "repository": { "type": "git",