You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`version`| Updates the version number in all __php__ and __xml__ files with the one defined in __package.json__. |
27
-
|`release`| This command first runs __init__ and then __resolve__. It then compresses the source and dependencies and outputs the archive in __dist__. This command gets the repo ready for a git commit. |
26
+
|`bump`| Updates the version number in all __php__ and __xml__ files with the one defined in __package.json__. |
27
+
|`package`| This command first runs __init__ and then __resolve__. It then compresses the source and dependencies and outputs the archive in __dist__. This command gets the repo ready for a git commit. |
28
28
|`deploy`| Will upload dependencies and source code to a staging server. Credentials to this server can be configured in the __package.json__ file under the _staging_ attribute. |
29
29
|`watch`| Will watch the __src__ folder for any changes. Once a change occurs it will run the __deploy__ task. |
30
30
|| The default task is aliased to run the __release__ task. |
0 commit comments