|
20 | 20 | "start": "next start src/", |
21 | 21 | "serve": "cross-env NODE_ENV=production firebase emulators:start --only functions,hosting", |
22 | 22 | "shell": "npm run build && firebase functions:shell", |
23 | | - "deploy": "NODE_ENV=production yarn build && yarn firebase deploy --only functions,hosting", |
| 23 | + "deploy": "DEPLOY=true NODE_ENV=production yarn build && yarn firebase deploy --only functions,hosting", |
24 | 24 | "logs": "firebase functions:log", |
25 | 25 | "analyze": "ANALYZE=true next build src/", |
26 | 26 | "lint": "eslint ./src", |
|
35 | 35 | "@emotion/styled": "^11.6.0", |
36 | 36 | "@mdx-js/loader": "^1.6.22", |
37 | 37 | "@mdx-js/react": "^1.6.22", |
38 | | - "@mui/icons-material": "^5.2.5", |
39 | | - "@mui/material": "^5.2.8", |
40 | | - "@mui/styles": "^5.2.3", |
41 | | - "@mui/x-date-pickers": "^5.0.0-beta.0", |
| 38 | + "@mui/icons-material": "5.2.5", |
| 39 | + "@mui/material": "5.2.8", |
| 40 | + "@mui/styles": "5.2.3", |
| 41 | + "@mui/x-date-pickers": "5.0.0-beta.0", |
42 | 42 | "@next/bundle-analyzer": "12.3.0", |
43 | 43 | "@next/mdx": "12.3.0", |
44 | 44 | "@rvsia/next-offline": "^5.0.5", |
|
0 commit comments