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