Move stats.json into the root
This commit is contained in:
parent
89239a7c42
commit
ffde00c444
|
@ -3,7 +3,7 @@
|
|||
/data
|
||||
/node_modules
|
||||
/public/_assets
|
||||
/server/stats.json
|
||||
/stats.json
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"start": "docker-compose up",
|
||||
"build": "NODE_ENV=production webpack -p --json > server/stats.json",
|
||||
"build": "NODE_ENV=production webpack -p --json > stats.json",
|
||||
"lint": "eslint client && eslint server",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue