|
@@ -3,11 +3,6 @@ name: default
|
|
|
steps:
|
|
steps:
|
|
|
- name: build
|
|
- name: build
|
|
|
image: node:14
|
|
image: node:14
|
|
|
-# volumes:
|
|
|
|
|
-# - name: cache # The Volume's name
|
|
|
|
|
-# path: ./node_modules # The path in the container
|
|
|
|
|
-# environment:
|
|
|
|
|
-# NODE_ENV: product
|
|
|
|
|
commands:
|
|
commands:
|
|
|
- npm config set registry http://registry.npm.taobao.org
|
|
- npm config set registry http://registry.npm.taobao.org
|
|
|
- npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
|
|
- npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
|