mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
9 lines
122 B
Bash
9 lines
122 B
Bash
#!/bin/sh
|
|
|
|
npm install --only=dev
|
|
composer install
|
|
php bin/install.php translations develop
|
|
bower install
|
|
bin/gendocs.sh
|
|
|