diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0790129d..5bc1b686 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,9 +17,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: '18.x' - - name: Install dependencies + - name: Install root dependencies run: npm install - - name: Install dependencies + - name: Install dependencies (workspaces) run: npm ci --workspaces - name: Build App run: npm run build diff --git a/package.json b/package.json index a3eaca72..a940e711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manifest", - "version": "4.0.0-alpha.10", + "version": "4.0.0-beta", "scripts": { "build": "turbo run build", "dev": "turbo run dev",