Skip to content

Commit 15eb1fe

Browse files
amiraliamhhdanilowoz
authored andcommitted
package.json format script was changed to work on windows (#133)
fix(package.json): Format script was changed to work on windows
1 parent e243825 commit 15eb1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:watch": "jest tests --watch",
3636
"tsc": "node_modules/.bin/tsc",
3737
"tsc:watch": "npm run tsc -- --watch",
38-
"format": "prettier --write 'src/**/*.{ts,tsx}'",
38+
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
3939
"coverage": "codecov",
4040
"release": "semantic-release"
4141
},

0 commit comments

Comments
 (0)