From b936e3243f1297dc5acc06f05395b5b8a8874976 Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Thu, 14 Apr 2022 17:15:12 +0800 Subject: [PATCH] Update feature-flags.md --- plugins/woocommerce-admin/docs/features/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/docs/features/feature-flags.md b/plugins/woocommerce-admin/docs/features/feature-flags.md index dac1f658f7d..199e9afc090 100644 --- a/plugins/woocommerce-admin/docs/features/feature-flags.md +++ b/plugins/woocommerce-admin/docs/features/feature-flags.md @@ -7,7 +7,7 @@ We currently support the following environments: | Environment | Description | |-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | development | Development - All features should be enabled in development. These flags are also used in both JS and PHP tests. Ran using `pnpm start`. | | -| core | Core - assets/files ready and stable enough. Ran using `WC_ADMIN_PHASE=core pnpm build` & `pnpm pack`. +| core | Core - assets/files ready and stable enough. Ran using `pnpm build` & `pnpm pack`. ## Adding a new flag