@lamalibre/create-portlama 1.0.36 → 1.0.37

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": "@lamalibre/create-portlama",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "One-command setup for secure reverse tunnels with a management dashboard",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -15,8 +15,9 @@
15
15
  "vendor"
16
16
  ],
17
17
  "scripts": {
18
+ "build": "node scripts/bundle-vendor.js",
18
19
  "lint": "eslint .",
19
- "prepublishOnly": "npm run lint && node scripts/bundle-vendor.js"
20
+ "prepublishOnly": "npm run lint && npm run build"
20
21
  },
21
22
  "repository": {
22
23
  "type": "git",