Fix build

merge-requests/2/merge
Bsian 2019-12-30 16:51:56 +00:00
parent 6cbedfa04b
commit c1538538eb
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/Client.js", "main": "dist/Client.js",
"scripts": { "scripts": {
"lint": "eslint ./ --ext ts --fix", "lint": "eslint ./ --ext ts --fix",
"build": "sh ./build.sh", "build": "tsc -p ./tsconfig.json && sh ./build.sh",
"lint-find": "eslint ./ --ext ts" "lint-find": "eslint ./ --ext ts"
}, },
"author": "Library of Code sp-us Engineering Team", "author": "Library of Code sp-us Engineering Team",