Skip to content
Snippets Groups Projects
Commit cdbb79a1 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-6: modified package.json - missing npm-run-all

parent 73a79eb7
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
...@@ -11,14 +11,12 @@ ...@@ -11,14 +11,12 @@
"build": "npm-run-all build-css build-js", "build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom", "test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"deploy": "npm-run-all build" "deploy": "npm-run-all build"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.1.3", "bootstrap": "^4.1.3",
"jquery": "^1.9.1", "jquery": "^1.9.1",
"node-sass-chokidar": "^1.3.3", "node-sass-chokidar": "^1.3.3",
"npm-run-all": "^4.1.3",
"react": "^16.4.2", "react": "^16.4.2",
"react-dom": "^16.4.2", "react-dom": "^16.4.2",
"react-router": "^4.3.1", "react-router": "^4.3.1",
...@@ -27,5 +25,8 @@ ...@@ -27,5 +25,8 @@
"react-table": "^6.8.6", "react-table": "^6.8.6",
"reactstrap": "^6.3.1" "reactstrap": "^6.3.1"
}, },
"private": true "private": true,
"devDependencies": {
"npm-run-all": "^4.1.3"
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment