9 lines
148 B
YAML
Raw Permalink Normal View History

2024-10-21 04:03:48 +00:00
steps:
2024-10-21 04:47:51 +00:00
- name: install
2024-10-21 04:03:48 +00:00
image: node:20
commands:
- npm install
2024-10-21 04:47:51 +00:00
- name: build
image: node:20
commands:
2024-10-21 04:03:48 +00:00
- npm run build