mount node_modules
This commit is contained in:
+3
-3
@@ -25,10 +25,10 @@ steps:
|
|||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: ./node_modules
|
||||||
commands:
|
commands:
|
||||||
# - node -v
|
|
||||||
# - npm -v
|
|
||||||
# - yarn --version
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user