/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
plugins
/
wpml-wpforms
/
vendor
/
otgs
/
ui
/
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wpml-wpforms/vendor/otgs/ui
mkdir
upload
Name
Size
Mode
Actions
dist/
-
0755
rm
src/
-
0755
rm
loader.php
3487
0644
edit
dl
rm
Makefile
1099
0644
edit
dl
rm
webpack.config.js
2790
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wpml-wpforms/vendor/otgs/ui/Makefile
(1099B)
.PHONY: help list .PHONY: precommit .PHONY: dupes comp jest phpunit test dev prod .PHONY: setup test setup:: vendor/autoload.php setup:: yarn.lock setup:: githooks test:: jest test:: phpunit precommit:: validate-composer precommit:: validate-yarn precommit:: dupes precommit:: compatibility # precommit dupes: vendor/autoload.php ./.make/check-duplicates.sh compatibility: vendor/autoload.php ./.make/check-compatibility.sh validate-composer: composer.lock ./.make/check-composer.sh validate-yarn: yarn.lock ./.make/check-yarn.sh # Dependency managers ## Composer composer.lock: composer.json composer install touch $@ composer.json: composer init -q vendor/autoload.php: composer.lock composer install touch $@ ## Yarn yarn.lock: package.json yarn install touch $@ package.json: yarn init -y # Setup githooks: find .git/hooks -type l -exec rm {} \; find .githooks -type f -exec ln -sf ../../{} .git/hooks/ \; # Tests jest: yarn.lock yarn run test phpunit: vendor/autoload.php vendor/bin/phpunit --fail-on-warning # Build dev prod: yarn.lock yarn run build:$@
Save
cmd:
run