@eggjs/bin 7.0.0-beta.1 → 7.0.0-beta.2

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/dist/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@eggjs/bin",
3
- "version": "7.0.0-beta.1"
3
+ "version": "7.0.0-beta.2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/bin",
3
- "version": "7.0.0-beta.1",
3
+ "version": "7.0.0-beta.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -80,7 +80,7 @@
80
80
  "typescript": "5"
81
81
  },
82
82
  "scripts": {
83
- "postinstall": "node scripts/postinstall.mjs",
83
+ "postinstall-skip": "node scripts/postinstall.mjs",
84
84
  "lint": "eslint --cache src test --ext .ts",
85
85
  "pretest": "npm run clean && npm run lint -- --fix && npm run prepublishOnly",
86
86
  "test": "npm run test-local",