mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-12 03:26:40 +00:00
installed helmet
This commit is contained in:
parent
7843bc3662
commit
1b5d42db91
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"client": "npm start --prefix client",
|
"client": "npm start --prefix client",
|
||||||
"client-install": "npm install --prefix client",
|
"client-install": "npm install --prefix client",
|
||||||
"dev": "concurrently \"npm run server\" \"npm run 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": "jest",
|
||||||
"test:watch": "npm run test -- --watch"
|
"test:watch": "npm run test -- --watch"
|
||||||
},
|
},
|
||||||
|
|
@ -37,4 +37,4 @@
|
||||||
"@babel/env"
|
"@babel/env"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue