Skip to content

Commit eeb0010

Browse files
committed
fix: readd script
1 parent 06ef276 commit eeb0010

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
run: pnpm install
151151

152152
- name: 🏗️ Build project
153-
run: NODE_ENV=test pnpm build
153+
run: pnpm build:playwright
154154

155155
- name: 🖥️ Test project (browser)
156156
run: pnpm test:browser:prebuilt
@@ -178,7 +178,7 @@ jobs:
178178
run: pnpm install
179179

180180
- name: 🏗️ Build project
181-
run: NODE_ENV=test pnpm build
181+
run: pnpm build:playwright
182182

183183
- name: ♿ Accessibility audit (Lighthouse - ${{ matrix.mode }} mode)
184184
run: ./scripts/lighthouse-a11y.sh

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "nuxt build",
14+
"build:playwright": "NODE_ENV=test pnpm build",
1415
"build:lunaria": "node ./lunaria/lunaria.ts",
1516
"dev": "nuxt dev",
1617
"dev:docs": "pnpm run --filter npmx-docs dev --port=3001",

0 commit comments

Comments
 (0)