Skip to content

Commit

Permalink
Fix publish-dev.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Nov 3, 2023
1 parent 82df623 commit 6e5f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

npm ci
npm run build
npm version --preid dev --no-git-tag-version --no-commit-hooks prepatch
npm version --workspaces --preid dev --no-git-tag-version --no-commit-hooks prepatch
#Use timestamp as package suffix
TIME=$(date -u +%Y%m%d%H%M%S)
sed -i "/version/s/dev.0/dev.$TIME/g" packages/*/package.json
Expand Down

0 comments on commit 6e5f440

Please sign in to comment.