Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73b4d64

Browse files
authored
chore: fix clean install issue (#13)
1 parentb0b5dc2 commit73b4d64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Makefile‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ composer-update:
1717
composer-dump-autoload:
1818
$(COMPOSER) dump-autoload
1919

20+
clean:
21+
rm -rf .wordpress
22+
2023
run:
2124
$(DC) up -d
2225
$(DC)exec wp$(BIN_DIR)/wait-for-it.sh db:3306
@@ -44,7 +47,7 @@ test:
4447
test-watch:
4548
$(DC)exec -w$(PLUGIN_DIR) wp ./vendor/bin/phpunit-watcher watch
4649

47-
reset: down all
50+
reset: downcleanall
4851

4952
gbuild-pull-requests:
5053
gcloud builds submit\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp