just drop caching for now
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-08-29 23:39:02 -04:00
parent 95daefa9ef
commit 8cecc6cc23

View File

@@ -11,9 +11,6 @@ steps:
image: node:22
commands:
- npm ci
cache:
paths:
- node_modules
- name: lint
image: node:22
@@ -23,9 +20,6 @@ steps:
- push
commands:
- npm run lint
cache:
paths:
- node_modules
- name: generate-dungeon
image: node:22
@@ -34,9 +28,6 @@ steps:
- cron
commands:
- npm start
cache:
paths:
- node_modules
- name: upload-nextcloud
image: curlimages/curl:latest