Skip to content

Commit

Permalink
Revert "ci: include dev deps in ci/cd"
Browse files Browse the repository at this point in the history
This reverts commit 938194a.
  • Loading branch information
theodesp committed Oct 16, 2024
1 parent b03479c commit 1fb125f
Show file tree
Hide file tree
Showing 3 changed files with 1,788 additions and 392 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: npm install -g @next/bundle-analyzer

- name: Install dependencies
run: npm ci --include=dev
run: npm ci

- name: Build packages
run: npm run build

- name: Create "faust" cli bin
run: npm ci --include=dev
run: npm ci

- name: Create example project .env.local file
working-directory: ${{ matrix.next-dir }}
Expand Down
8 changes: 4 additions & 4 deletions examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"@faustwp/core": "^3.1.0",
"classnames": "^2.3.1",
"graphql": "^16.8.1",
"next": "^14.2.10",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.9"
},
"devDependencies": {
"@faustwp/block-editor-utils": "0.3.0",
"@wordpress/base-styles": "^5.9.0",
"@wordpress/block-library": "^9.9.0",
"@wordpress/base-styles": "^5.1.0",
"@wordpress/block-library": "^9.1.0",
"next-secure-headers": "^2.2.0"
},
"optionalDependencies": {
"@wordpress/scripts": "^30.1.0"
"@wordpress/scripts": "^28.1.0"
},
"engines": {
"node": ">=18",
Expand Down
Loading

0 comments on commit 1fb125f

Please sign in to comment.