...
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-10-14 19:56:25 +08:00
parent aaa484ebee
commit be668778f0

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: learn-languages
platform:
os: linux
arch: amd64
steps:
- name: build
image: node-23-alpine
commands:
- npm ci
- npm build