Implement build, publish and run actions

This commit is contained in:
Alexey Igrychev
2020-05-28 10:31:06 +01:00
parent 95680c850e
commit b98d747c61
16 changed files with 133751 additions and 5 deletions

View File

@@ -10,10 +10,11 @@
"dotenv": "^8.2.0",
"ncc": "^0.3.6",
"semver": "^7.3.2",
"string-argv": "^0.3.1",
"superagent": "^3.8.3",
"tmp": "^0.2.1",
"ws": ">=3.3.1",
"typescript-string-operations": "^1.3.2"
"typescript-string-operations": "^1.3.2",
"ws": ">=3.3.1"
},
"devDependencies": {
"@types/node": "^12.7.12",
@@ -32,7 +33,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "./pack.sh",
"pack": "pack.sh",
"all": "npm run build && npm run format && npm run lint && npm run pack"
},
"private": true,