wrapped calls in promise all

This commit is contained in:
2021-07-30 14:24:22 +01:00
parent 2b14eaaf1f
commit 9e9a168460
6 changed files with 43 additions and 16 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"dev:app": "node ./server/server.js && yarn lint:js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build --debug",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start"
},
"dependencies": {
@@ -52,4 +52,4 @@
"eslint-config-next": "^11.0.1",
"prettier": "2.3.2"
}
}
}