Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/publish-npm
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
npm config set '//registry.npmjs.org/:_authToken' "$NPM_TOKEN"

# Build the project
yarn build
npm run build

# Navigate to the dist directory
cd dist
Expand All @@ -22,4 +22,4 @@ else
fi

# Publish with the appropriate tag
yarn publish --access public --tag "$TAG"
npm publish --access public --tag "$TAG"