fix dev script command in package.json

This commit is contained in:
Mohamed ABDELLANI 2020-10-29 12:39:16 +01:00
parent 6321c14da0
commit 1e845fc6a2

View File

@ -39,7 +39,7 @@
"valid-url": "^1.0.9"
},
"scripts": {
"dev": "PORT=3003 && react-scripts start",
"dev": "PORT=3003 react-scripts start",
"build": "react-scripts build && npm run build-sw",
"build-sw": "node ./src/sw-build.js",
"test": "jest --forceExit --runInBand ./src/test/*.test.js",