Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 29ea9b2

Browse files
committed
update scripts
1 parent ca5e0e2 commit 29ea9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"develop": "strapi develop",
88
"develop-pg": "NODE_ENV=pg strapi develop",
9-
"start": "strapi start",
10-
"build": "strapi build",
9+
"start": "NODE_ENV=production strapi start",
10+
"build": "NODE_ENV=production strapi build",
1111
"strapi": "strapi"
1212
},
1313
"devDependencies": {},

0 commit comments

Comments
 (0)