Ver Fonte

meta: remove Companion's `prepublishOnly` (#5220)

Mikael Finstad há 10 meses atrás
pai
commit
f3cb4f4856
2 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 0
      .github/CONTRIBUTING.md
  2. 0 1
      packages/@uppy/companion/package.json

+ 6 - 0
.github/CONTRIBUTING.md

@@ -285,6 +285,12 @@ Now let’s create the version & tag:
 mkdir -p .git && npm version --workspaces-update=false --tag-version-prefix='@uppy/companion@' patch
 ```
 
+**Important:** Build Companion lib folder
+
+```bash
+yarn run build
+```
+
 Run a “dry-run” first:
 
 ```bash

+ 0 - 1
packages/@uppy/companion/package.json

@@ -107,7 +107,6 @@
   "scripts": {
     "build": "tsc -p .",
     "deploy": "kubectl apply -f infra/kube/companion-kube.yml",
-    "prepublishOnly": "yarn run build",
     "start": "node ./lib/standalone/start-server.js",
     "test": "jest"
   },