Skip to content

Commit

Permalink
meta: remove Companion's prepublishOnly (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Jun 4, 2024
1 parent ec8d78f commit f3cb4f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit f3cb4f4

Please sign in to comment.