Commit 5d0ae967 authored by nanahira's avatar nanahira

use npm ci

parent 3768416e
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
- name: srvpro npm - name: srvpro npm
npm: npm:
path: '{{home_path}}/ygopro-server' path: '{{home_path}}/ygopro-server'
registry: https://registry.npm.taobao.org ci: true
- name: link ygopro repo - name: link ygopro repo
file: file:
state: link state: link
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
- name: npm install - name: npm install
npm: npm:
path: /srv/daemon path: /srv/daemon
registry: https://registry.npm.taobao.org ci: true
production: true production: true
- name: core.json - name: core.json
template: template:
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
- name: srvpro npm - name: srvpro npm
npm: npm:
path: '{{home_path}}/ygopro-server' path: '{{home_path}}/ygopro-server'
registry: https://registry.npm.taobao.org ci: true
- name: challonge - name: challonge
git: git:
repo: 'https://github.com/moecube/challonge' repo: 'https://github.com/moecube/challonge'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment