enable dev mode
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "strapi develop",
|
"develop": "strapi develop",
|
||||||
"start": "strapi start",
|
"start": "strapi start",
|
||||||
"build": "NODE_ENV=production strapi build",
|
"build": "NODE_ENV=development strapi build",
|
||||||
"strapi": "strapi",
|
"strapi": "strapi",
|
||||||
"postinstall": "node ./bin/postinstall.js"
|
"postinstall": "node ./bin/postinstall.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user