Skip to content

Commit

Permalink
adding more composer commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Mar 23, 2017
1 parent e17512f commit 320d58e
Show file tree
Hide file tree
Showing 3 changed files with 21,206 additions and 6 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -97,6 +97,7 @@
"cs": "phpcs --standard=PSR2 src tests",
"cbf" : "phpcbf --standard=PSR2 src tests",
"lavajs:release" : "gulp --cwd javascript release && git add javascript/dist/lava.js && git commit -m 'Releasing new build of the lava.js module' && git push",
"lavajs:dev" : "gulp --cwd javascript",
"lavajs:pull" : "git subtree --prefix=javascript pull lavajs master",
"lavajs:push" : "git subtree --prefix=javascript push lavajs master"
},
Expand Down

0 comments on commit 320d58e

Please sign in to comment.