Redux hooks #16

Merged
PouuleT merged 1 commits from fetch into master 2020-04-03 15:07:07 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 817da07a2d - Show all commits

View File

@ -12,6 +12,7 @@ steps:
commands:
- cd frontend
- npm install
- npm run-script lint
- npm run-script build
- name: backend

View File

@ -3,7 +3,7 @@
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js -d --progress --colors --watch",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --progress --colors",
"lint": "./node_modules/eslint/bin/eslint.js ."
"lint": "./node_modules/eslint/bin/eslint.js js"
},
"dependencies": {
"bootstrap": "^4.4.1",