Skip to content

Commit

Permalink
Forgot miniify
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Sep 10, 2024
1 parent 19c921e commit 9d2a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextjs-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev:next": "next dev",
"dev:sw": "npm run build:sw -- --watch",
"build": "next build",
"build:sw": "npx -y esbuild auth-service-worker.js --bundle --main-fields=webworker,browser,module,main --outfile=public/auth-service-worker.js",
"build:sw": "npx -y esbuild auth-service-worker.js --bundle --minify --main-fields=webworker,browser,module,main --outfile=public/auth-service-worker.js",
"prebuild": "npm run build:sw",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit 9d2a344

Please sign in to comment.