1
0
Fork 0

run make command instead of build.sh

refactor/models
Matthew 2020-01-18 00:13:46 -05:00
parent 751490a8b9
commit 711e924109
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

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