Skip to content

Commit 6771fa6

Browse files
authored
Remove contentlayer and update to latest next version (#281)
1 parent 55fec92 commit 6771fa6

File tree

213 files changed

+33389
-47455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+33389
-47455
lines changed

.github/workflows/bundle-size.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,15 @@ jobs:
106106
- name: Execute 'npm ci' in monorepo
107107
run: npm ci
108108

109+
- name: Install source
110+
run: npm i --prefix source
111+
109112
- name: Install examples
110113
run: npm ci --prefix examples
111114

115+
- name: Install www
116+
run: npm i --prefix www
117+
112118
- name: Execute 'npm i' in www/dataserver
113119
run: npm run www-dataserver:install
114120

@@ -136,6 +142,9 @@ jobs:
136142
- name: Execute 'npm ci' in monorepo
137143
run: npm ci
138144

145+
- name: Install source
146+
run: npm i --prefix source
147+
139148
- name: Install examples
140149
run: npm ci --prefix examples
141150

.github/workflows/rebuild-website.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: Install
6363
run: npm ci --force
6464

65+
- name: Install source
66+
run: npm i --prefix source
67+
68+
- name: Install www
69+
run: npm ci --prefix www
70+
6571
- name: 'Building'
6672
run: |
6773
npm run build:all

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ jobs:
4848
- name: Install
4949
run: npm ci
5050

51+
- name: Install source
52+
run: npm i --prefix source
53+
5154
- name: Install examples
5255
run: npm ci --prefix examples
5356

57+
- name: Install www
58+
run: npm i --prefix www
59+
5460
- name: Get installed Playwright version
5561
id: playwright-version
5662
run: echo "::set-output name=version::$(npm ls @playwright/test | grep @playwright | sed 's/.*@//')"

0 commit comments

Comments
 (0)