Skip to content

Commit

Permalink
Update sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Aug 14, 2018
1 parent 8d4f25f commit 79673d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"tag": "PACKAGE_VERSION=$(echo $npm_package_version) && sed -i '' '/lib/d' .gitignore && git add .gitignore && git commit -m $PACKAGE_VERSION && git tag v$PACKAGE_VERSION && git push origin v$PACKAGE_VERSION",
"tag": "PACKAGE_VERSION=$(echo $npm_package_version) && sed -i '/lib/d' .gitignore && git add .gitignore && git commit -m $PACKAGE_VERSION && git tag v$PACKAGE_VERSION && git push origin v$PACKAGE_VERSION",
"version": "echo $npm_package_version"
},
"theiaExtensions": [
Expand Down

0 comments on commit 79673d5

Please sign in to comment.