File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments