Merge branch 'rap2org'

pull/663/head
bigfengyu 5 years ago
commit 1922ecc327

@ -0,0 +1,7 @@
{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
}

@ -16,7 +16,7 @@
"lint": "echo \"TSLint checking...\" && tslint -c tslint.json --fix 'src/**/*.ts' 'src/**/*.tsx'",
"start:redis": "pm2 start redis-server --name redis-server",
"clean": "pm2 delete all",
"build-docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-delos:latest ."
"build-docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-delos:rap2org ."
},
"author": "bosn, nuysoft",
"license": "ISC",

Loading…
Cancel
Save