enable dev mode

This commit is contained in:
Sebastian Seedorf
2022-01-30 21:06:46 +01:00
parent 570a44b676
commit 19e92b7130

View File

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