Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Sep 24, 2024
1 parent 804fe6f commit ca98dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-publish.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd $(dirname "$(readlink -f "$0")")
cd "$(dirname "$(readlink -f "$0")")"
pnpm run build && cp ./LICENSE ./package.json ./README.md ./dist && cd ./dist && npm publish

0 comments on commit ca98dac

Please sign in to comment.