Merge branch 'main' of https://git.cubetiqs.com/CUBETIQ/cubetiq-cryptojs
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Sambo Chea 2023-04-04 10:55:50 +07:00
commit 42b08b496e
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -1,10 +1,9 @@
kind: pipeline kind: pipeline
type: kubernetes
name: ci name: ci
steps: steps:
- name: build - name: build
image: node image: node
commands: commands:
- npm config set registry https://r.ctdn.net - npm config set registry https://cjs.ctdn.net
- npm install - npm install
- npm run build - npm run build