mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-24 04:15:55 +08:00
package.json format script was changed to work on windows (#133)
fix(package.json): Format script was changed to work on windows
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"test:watch": "jest tests --watch",
|
||||
"tsc": "node_modules/.bin/tsc",
|
||||
"tsc:watch": "npm run tsc -- --watch",
|
||||
"format": "prettier --write 'src/**/*.{ts,tsx}'",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
||||
"coverage": "codecov",
|
||||
"release": "semantic-release"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user