This commit is contained in:
Daniel Shleifman
2021-05-26 10:24:51 +03:00
3 changed files with 15 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-js": "npm run build && npx gulp",
"build-js": "yarn run build && npx gulp",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx src --color",