Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Aug 9, 2020
1 parent bb899c3 commit 65e8311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build/build_core.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

composer update

cd template
npm i
npm run prod
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"anibalsanchez/extly-html-asset-tags-builder": "dev-master",
"anibalsanchez/xt-tailwind-for-joomla-template": "dev-master",
"doctrine/inflector": "~1.1.0",
"ergebnis/composer-normalize": "^2.6",
"extly/xt-renderers-for-joomla": "dev-master",
"illuminate/support": "~5.4.0",
"mnsami/composer-custom-directory-installer": "^1.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.6"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
Expand Down

0 comments on commit 65e8311

Please sign in to comment.