From 16f896e62e079c79eb8e2ff38ad92eadd9ea6ecb Mon Sep 17 00:00:00 2001 From: epiqueras Date: Mon, 7 Oct 2019 09:28:10 -0700 Subject: [PATCH] Playground: Only build design system once. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bcba77dc1e023..ed35db6ab8ceec 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "test-unit-php-multisite": "cross-env WP_MULTISITE=1 wp-scripts env test-php", "test-unit:native": "cd test/native/ && cross-env NODE_ENV=test jest --config ./jest.config.js", "test-unit:native:debug": "cd test/native/ && node --inspect ../../node_modules/.bin/jest --runInBand --config ./jest.config.js", - "playground:build": "npm run build:packages && parcel build playground/src/index.html -d playground/dist && npm run design-system:build", + "playground:build": "npm run build:packages && parcel build playground/src/index.html -d playground/dist", "playground:dev": "concurrently \"npm run dev:packages\" \"parcel playground/src/index.html -d playground/dist\"", "preenv": "npm run check-engines", "env": "wp-scripts env",