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 1313 "start" : " next start src/" ,
1414 "serve" : " cross-env NODE_ENV=production firebase serve" ,
1515 "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" ,
1717 "logs" : " firebase functions:log" ,
1818 "analyze" : " ANALYZE=true next build src/" ,
1919 "lint" : " eslint ./src" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = withBundleAnalyzer(
1313 withOffline (
1414 withMDX ( {
1515 workboxOpts : {
16- swDest : '../public/service-worker.js' ,
16+ swDest : path . resolve ( __dirname , '../public/service-worker.js' ) ,
1717 runtimeCaching : [
1818 {
1919 urlPattern : / ^ h t t p s ? .* / ,
You can’t perform that action at this time.
0 commit comments