Skip to content

Commit 2a1a319

Browse files
committed
mkdir dist
1 parent 43f7621 commit 2a1a319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/set_ci_version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ echo "... setting version on dative package"
5353
sed 's/"version": "[^,]*"/"version": "'$SHORT_VERSION'"/' package.json > output
5454
mv output package.json
5555

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

0 commit comments

Comments
 (0)