File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-renderer-demo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"start" : " next start src/" ,
14
14
"serve" : " cross-env NODE_ENV=production firebase serve" ,
15
15
"shell" : " npm run build && firebase functions:shell" ,
16
- "deploy" : " NODE_ENV=production firebase deploy --only functions,hosting" ,
16
+ "deploy" : " NODE_ENV=production yarn buld && yarn firebase deploy --only functions,hosting" ,
17
17
"logs" : " firebase functions:log" ,
18
18
"analyze" : " ANALYZE=true next build src/" ,
19
19
"lint" : " eslint ./src" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = withBundleAnalyzer(
13
13
withOffline (
14
14
withMDX ( {
15
15
workboxOpts : {
16
- swDest : '../public/service-worker.js' ,
16
+ swDest : path . resolve ( __dirname , '../public/service-worker.js' ) ,
17
17
runtimeCaching : [
18
18
{
19
19
urlPattern : / ^ h t t p s ? .* / ,
You can’t perform that action at this time.
0 commit comments