You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build": "npm run build --workspaces --if-present",
"format": "prettier --cache --write .",
"format-check": "prettier --cache --check .",
"exec": "node .maintenance/scripts/exec.js",
"all": "npm run clean && npm i && npm run packages:install && npm run packages:update && npm run format && npm run build && npm run test && npm audit --workspaces --include-workspace-root"