Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix lint script on windows (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dattn authored May 28, 2021
1 parent a44122c commit 94da21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"test": "jest",
"lint": "prettier --write 'src/**/*.{js,ts,json,md}' 'webpack.production.config.js' 'examples'",
"lint": "prettier --write \"src/**/*.{js,ts,json,md}\" \"webpack.production.config.js\" \"examples\"",
"build": "webpack --config webpack.production.config.js",
"prepare": "npm run lint && npm run test && npm run build"
},
Expand Down Expand Up @@ -55,4 +55,4 @@
"macos",
"linux"
]
}
}

0 comments on commit 94da21d

Please sign in to comment.