This commit is contained in:
mozzie 2023-03-06 11:02:26 +08:00
parent 0032bd680a
commit f815937a12

View File

@ -8,7 +8,7 @@ steps:
image: node:16.19-alpine
volumes:
- name: dist-web
path: ./dist
path: /dist
commands:
- node -v
- npm -v