feat: wip packaging chrome extension

This commit is contained in:
Anoop M D
2022-10-16 20:01:23 +05:30
parent abc00b810f
commit 46949e48ba
6 changed files with 36 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},