Skip to content

Commit

Permalink
Add build service worker to dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jul 3, 2024
1 parent 8af31d5 commit 7b8b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"npm --prefix packages/design-system run watch\"",
"dev": "concurrently \"npm run buildServiceWorker\" \"next dev\" \"npm --prefix packages/design-system run watch\"",
"prebuild": "npm --prefix packages/design-system run build",
"build": "npm run buildServiceWorker && next build",
"buildServiceWorker": "npx esbuild authServiceWorker.ts --bundle --outfile=public/authServiceWorker.js",
Expand Down

0 comments on commit 7b8b6ce

Please sign in to comment.