fix(proxy): build proxyList correctly

Also remove unnecessary `all` npm script.
This commit is contained in:
Jef LeCompte
2021-01-17 18:17:43 -05:00
parent b7930b25fd
commit c177aedd21
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -3,7 +3,6 @@
"description": "The world's easiest, most powerful stock checker",
"main": "src/index.ts",
"scripts": {
"all": "npm run compile && npm run lint && npm run test",
"fix": "gts fix",
"lint": "gts lint",
"clean": "gts clean",