installed helmet

This commit is contained in:
Ruidy Nemausat 2020-04-23 14:57:52 +02:00
parent 7843bc3662
commit 1b5d42db91

View file

@ -9,7 +9,7 @@
"client": "npm start --prefix client",
"client-install": "npm install --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
@ -37,4 +37,4 @@
"@babel/env"
]
}
}
}