From 8bbeb2c735af47a1b76c410a9ed8e6ea1918f3af Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 20 Jan 2022 03:56:38 -0800 Subject: [PATCH] remove legacy docs build scripts --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index d13d49ae..e1965fa8 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,6 @@ "dist" ], "scripts": { - "start": "parcel serve --target docs", - "build": "parcel build --target docs", "test": "jest --config jest.config.js", "pretest:dist": "npm run dist", "test:dist": "playwright test",