Skip to content

Commit cb3532d

Browse files
author
Anthony Burchell
committed
add php compat page and baseline UI logic copied over from upstream
1 parent 729de37 commit cb3532d

File tree

6 files changed

+495
-23
lines changed

6 files changed

+495
-23
lines changed

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ release: | build-assets wpe-php-compat.zip
8282
.PHONY: reset
8383
reset: stop clean
8484

85-
.PHONY: setup-fakerpress
86-
setup-fakerpress:
87-
@echo "Setting up fakerpress to generate dummy data"
88-
npm run wp-env run cli plugin install fakerpress -- --activate
89-
9085
.PHONY: setup-sample-meta
9186
setup-sample-meta:
9287
@echo "Setting up sample post ids"
@@ -105,11 +100,6 @@ run-test-e2e:
105100
@echo "Setting up sample post data"
106101
npm run test:e2e
107102

108-
.PHONY: setup-permalinks
109-
setup-permalinks:
110-
@echo "Setting up permalinks"
111-
npm run wp-env run cli option update permalink_structure '/%postname%'
112-
113103
.PHONY: setup
114104
setup:
115105
@echo "Setting up the project"
@@ -120,8 +110,6 @@ setup:
120110
start:
121111
@echo "Starting WordPress"
122112
npm run wp-env start
123-
$(MAKE) setup-permalinks
124-
$(MAKE) setup-fakerpress
125113

126114
.PHONY: stop
127115
stop:

0 commit comments

Comments
 (0)