Skip to content

Commit

Permalink
mkdir dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed Sep 5, 2020
1 parent 43f7621 commit 2a1a319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/set_ci_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ echo "... setting version on dative package"
sed 's/"version": "[^,]*"/"version": "'$SHORT_VERSION'"/' package.json > output
mv output package.json

mkdir dist
cp package.json dist/
# echo "... setting Continuous Integration version on dative dist"
# sed "s/\"\(version\": \"[^,]*\)\"/\1.$MINOR_VERSION\"/" dist/package.json > output
Expand Down

0 comments on commit 2a1a319

Please sign in to comment.