We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa05b commit 6ac8672Copy full SHA for 6ac8672
modules/yarn.sh
@@ -25,4 +25,7 @@ alias ypp='yarn run publish';
25
alias ypt='yarn run tagging';
26
27
# version
28
-alias yvp='yarn version patch';
+alias yvp='yarn version patch';
29
+
30
+# install & link
31
+alias yil="yarn install && yarn link"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jswork/ushell-module-nodejs",
3
- "version": "1.0.26",
+ "version": "1.0.27",
4
"description": "Unix like shell module for nodejs.",
5
"main": "index.sh",
6
"repository": {
0 commit comments