removed db dev

This commit is contained in:
Sebastian Seedorf
2022-02-04 17:50:16 +01:00
parent 19e92b7130
commit 51fbdc28b2
3 changed files with 6 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "NODE_ENV=development strapi build",
"build": "NODE_ENV=production strapi build",
"strapi": "strapi",
"postinstall": "node ./bin/postinstall.js"
},