This commit is contained in:
Joel Varty
2021-01-18 09:23:25 -05:00
parent 914d75dc8d
commit 3906917161
3 changed files with 35 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"dev": "next dev",
"prebuild": "node framework/agility/agility.sync.js sync-all",
"build": "next build",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",