Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit e4254d3

Browse files
committed
Fixed script for version 🚀
1 parent 1b4ec28 commit e4254d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# Update include file of packgae.json version
4-
echo $npm_package_version > _includes/version.txt
4+
echo -n $npm_package_version > _includes/version.txt
55

66
# Add all files modified (not only package.json)
77
git add .

0 commit comments

Comments
 (0)