@bearei/server-common 1.5.4 → 1.5.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bearei/server-common",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "bearei <bear_ei@outlook.com>",
@@ -94,7 +94,7 @@
94
94
  "clean": "shx rm -rf dist",
95
95
  "format": "prettier --write .",
96
96
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
97
- "publish": "yarn build && yarn npm publish --access public",
97
+ "publish": "yarn build && yarn npm login --publish && yarn npm publish --access public",
98
98
  "start:debug": "nest start --debug --watch",
99
99
  "start:dev": "nest start --watch",
100
100
  "start:prod": "node dist/main",