Skip to content

Commit

Permalink
Publish 4.7.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nschejtman committed May 6, 2021
1 parent ebbf2eb commit 346b672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion amf-webapi.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amf.webapi=4.7.3-0
amf.webapi=4.7.3-1
amf.core=4.1.214
amf.custom.validations=5.1.5
amf.model=3.1.0
9 changes: 1 addition & 8 deletions publish-js.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ echo "Running buildjs script"
./amf-client/js/build-scripts/buildjs.sh
echo "Finished buildjs script"

echo "Generating typings"
sbt -Dsbt.sourcemode=true clientJS/generateTypings
echo "Finished generating typings"

echo "Running build-typings script"
./amf-client/js/build-scripts/build-typings.sh
echo "Finished build-typings script"

cd amf-client/js

Expand Down Expand Up @@ -110,4 +103,4 @@ fi
# Reset package.json so that the new version is not pushed
git checkout package.json

cd ../..
cd ../..

0 comments on commit 346b672

Please sign in to comment.