Skip to content

Commit

Permalink
Setup composer post install command;
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Jun 16, 2018
1 parent 7d31e33 commit 1ef3690
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "ForaDoEixo/MapasBuilder",
"description": "Plugin WordPress que habilita um shortcode para buscar informações da API do **MapasCulturais**, e insere um módulo adicional ao Divi Builder, que permite configurar esse shortcode",
"type": "wordpress-plugin",
"require": {
"composer/installers": "~1.0"
},
"scripts": {
"post-package-install": [
"npm i",
"./node_modules/.bin/bower install"
]
}
}
138 changes: 138 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ef3690

Please sign in to comment.