move script commands around. Move shared endpoint down. Add event annotations to ws client.

This commit is contained in:
tiagosiebler
2021-02-14 16:13:35 +00:00
parent 58337370b9
commit 62750228c4
4 changed files with 22 additions and 9 deletions

View File

@@ -11,8 +11,9 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf lib dist",
"prebuild": "npm run clean",
"buildclean": "npm run clean && npm run build",
"build": "tsc",
"build:watch": "npm run clean && tsc --watch",
"pack": "webpack --config webpack/webpack.config.js",
"prepublish": "npm run build",
"betapublish": "npm publish --tag beta"