Skip to content

Commit

Permalink
add --no-git-checks to fix travis deploy issue, remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Nov 6, 2024
1 parent 906d6c2 commit 9c7f6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_npm_registry.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
git diff # debug
pnpm config set registry "https://registry.npmjs.org"
pnpm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}"
pnpm publish .
# workaround: packageManager is added to package.json after git checkout resulting in 'Unclean working tree' error
pnpm publish --no-git-checks .

0 comments on commit 9c7f6ef

Please sign in to comment.