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
"description": "Workspace root for the @churchapps shared packages. See README.md for what belongs here and how releases work.",
"workspaces": [
"helpers",
"apihelper",
"apphelper",
"content-providers",
"integration-sdk",
"texting"
],
"scripts": {
"preinstall": "node -e \"if(!(process.env.npm_config_user_agent||'').startsWith('yarn')){console.error('\\n[Packages] This repo uses Yarn (Berry). Run \\'yarn install\\' instead of npm/pnpm.\\n');process.exit(1)}\"",
"build": "yarn workspaces foreach --all --topological run build",
"test": "yarn workspaces foreach --all run test",
"lint": "yarn workspaces foreach --all run lint:check",
"changeset": "changeset",
"version-packages": "changeset version && yarn install --mode=update-lockfile",