tmp file management

This commit is contained in:
Joel Varty
2021-01-18 12:39:16 -05:00
parent c7a8dbdf87
commit d15dc67414
7 changed files with 323 additions and 79 deletions

View File

@@ -2,9 +2,11 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"prebuild": "node framework/agility/agility.sync.js sync-all",
"predev": "node framework/agility/agility.sync.js sync",
"dev": "next dev",
"prebuild": "node framework/agility/agility.sync.js prebuild",
"build": "next build",
"postbuild": "node framework/agility/agility.sync.js postbuild",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"find:unused": "next-unused",
@@ -56,6 +58,7 @@
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"email-validator": "^2.0.4",
"fs-extra": "^9.0.1",
"js-cookie": "^2.2.1",
"keen-slider": "^5.2.4",
"lodash.debounce": "^4.0.8",