Replaced by yarn of npm in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-09-13 20:39:08 +07:00
parent c47221cb13
commit c095086d4f

View File

@ -9,6 +9,6 @@ steps:
- name: build - name: build
image: d.ctdn.net/node image: d.ctdn.net/node
commands: commands:
- npm config set registry https://r.ctdn.net - yarn config set registry https://r.ctdn.net
- npm install - yarn
- npm run build - yarn build