add conditions

This commit is contained in:
2021-07-18 15:20:10 +03:00
parent 91b5ddcfaf
commit 54183b07c9
4 changed files with 44 additions and 18 deletions

View File

@ -14,7 +14,8 @@
"test": "jest",
"prune": "node scripts/find-unused-code",
"checks": "npm run eslint && npm run tsc && npm run prune && npm run test && npm run build",
"clean": "rm -rf node_modules && rm -rf build"
"clean": "rm -rf node_modules && rm -rf build",
"copy-front": "rm -rf ../crypto-bot-admin-server/static && cp -R build/ ../crypto-bot-admin-server/static"
},
"repository": {
"type": "git",