build: update scripts to support windows

This commit is contained in:
Łukasz Holeczek 2021-05-25 23:50:16 +02:00
parent 4694023817
commit dcd090534b

View File

@ -58,7 +58,7 @@
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"lint": "eslint 'src/**/*.js'", "lint": "eslint \"src/**/*.js\"",
"test": "react-scripts test", "test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false", "test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand", "test:debug": "react-scripts --inspect-brk test --runInBand",