Skip to content

Commit 5bc7308

Browse files
committed
(*) revert some debug changes made in previous commits
1 parent 42d813d commit 5bc7308

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ jobs:
8888
name: Install
8989
run: npm ci
9090

91-
- name: Install Chrome for Puppeteer
92-
run: npx puppeteer browsers install chrome
93-
9491
- name: Build
9592
run: npm run build
9693

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v5
2626
with:
2727
path: ./node_modules
28-
key: v2-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2929

3030
- if: steps.cache.outputs.cache-hit != 'true'
3131
name: Install

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default async () => ({
7575

7676
buildModules: [
7777
'@nuxt/image',
78-
'@nuxtjs/tailwindcss',
78+
'@nuxtjs/tailwindcss'
7979
],
8080

8181
modules: [

0 commit comments

Comments
 (0)