werift 0.14.2-debug0 → 0.14.2-debug1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "werift",
3
- "version": "0.14.2-debug0",
3
+ "version": "0.14.2-debug1",
4
4
  "description": "WebRTC Implementation for TypeScript (Node.js)",
5
5
  "keywords": [
6
6
  "WebRTC",
@@ -28,6 +28,7 @@
28
28
  "format": "yarn unused && yarn lint && prettier --write src/**/*.ts",
29
29
  "lint": "eslint ./src --fix",
30
30
  "publish:tag": "yarn publish --tag maintain-dtls",
31
+ "deploy": "yarn build && yarn publish",
31
32
  "test": "npm run type && jest --runInBand --forceExit --coverage",
32
33
  "type": "tsc --noEmit --project ./tsconfig.json",
33
34
  "unused": "organize-imports-cli src/**/*.ts"