From 76e07d8c56dcd7a4c7b6e432d7bb215332aa5d28 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 2 May 2023 12:19:23 +0700 Subject: [PATCH] Up drone ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f4ec9d5..2d21518 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ kind: pipeline name: ci + steps: - name: build image: node commands: - - npm config set registry https://cjs.ctdn.net - npm install - - npm run build \ No newline at end of file + - npm run build