Skip to content

Commit

Permalink
Add yarn build to publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Oct 9, 2023
1 parent 6517976 commit 846cd23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions concourse/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -eou

cd ./fauna-shell-repository

mkdir dist
npm install
yarn install
yarn build

PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
NPM_LATEST_VERSION=$(npm view fauna-shell version)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fauna-shell",
"description": "faunadb shell",
"version": "1.2.0-beta1",
"version": "1.2.0-beta2",
"author": "Fauna",
"bin": {
"fauna": "./bin/run"
Expand Down

0 comments on commit 846cd23

Please sign in to comment.