mount node_modules

This commit is contained in:
zhiqiang feng
2022-10-17 15:13:44 +08:00
parent 2d7c32ae20
commit 8aa962391c
+3 -3
View File
@@ -25,10 +25,10 @@ steps:
- name: build
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
volumes:
- name: cache
path: ./node_modules
commands:
# - node -v
# - npm -v
# - yarn --version
- yarn
- yarn build