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",