Skip to content

Commit 1fb125f

Browse files
committed
Revert "ci: include dev deps in ci/cd"
This reverts commit 938194a.
1 parent b03479c commit 1fb125f

File tree

3 files changed

+1788
-392
lines changed

3 files changed

+1788
-392
lines changed

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
run: npm install -g @next/bundle-analyzer
4141

4242
- name: Install dependencies
43-
run: npm ci --include=dev
43+
run: npm ci
4444

4545
- name: Build packages
4646
run: npm run build
4747

4848
- name: Create "faust" cli bin
49-
run: npm ci --include=dev
49+
run: npm ci
5050

5151
- name: Create example project .env.local file
5252
working-directory: ${{ matrix.next-dir }}

examples/next/block-support/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"@faustwp/core": "^3.1.0",
1818
"classnames": "^2.3.1",
1919
"graphql": "^16.8.1",
20-
"next": "^14.2.10",
20+
"next": "^14.2.3",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"sass": "^1.54.9"
2424
},
2525
"devDependencies": {
2626
"@faustwp/block-editor-utils": "0.3.0",
27-
"@wordpress/base-styles": "^5.9.0",
28-
"@wordpress/block-library": "^9.9.0",
27+
"@wordpress/base-styles": "^5.1.0",
28+
"@wordpress/block-library": "^9.1.0",
2929
"next-secure-headers": "^2.2.0"
3030
},
3131
"optionalDependencies": {
32-
"@wordpress/scripts": "^30.1.0"
32+
"@wordpress/scripts": "^28.1.0"
3333
},
3434
"engines": {
3535
"node": ">=18",

0 commit comments

Comments
 (0)