Skip to content

Commit dcd0905

Browse files
committed
build: update scripts to support windows
1 parent 4694023 commit dcd0905

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
@@ -58,7 +58,7 @@
5858
"scripts": {
5959
"start": "react-scripts start",
6060
"build": "react-scripts build",
61-
"lint": "eslint 'src/**/*.js'",
61+
"lint": "eslint \"src/**/*.js\"",
6262
"test": "react-scripts test",
6363
"test:cov": "npm test -- --coverage --watchAll=false",
6464
"test:debug": "react-scripts --inspect-brk test --runInBand",

0 commit comments

Comments
 (0)