From d22c3b0c257f5daf5b401988a35ab9ce981a2341 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 12 Aug 2022 19:54:46 +0200 Subject: refactor(frontend): move from Webpack to Vite Also overhaulds the building and linting for frontend assets. --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 255a634e..428452cb 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,12 @@ "workspaces": [ "subprojects/frontend" ], + "scripts": { + "frontend": "yarn workspace @refinery/frontend" + }, + "packageManager": "yarn@3.2.2", "devDependencies": { "eslint": "^8.21.0", - "stylelint": "^14.10.0", "typescript": "~4.7.4" - }, - "packageManager": "yarn@3.2.2" + } } -- cgit v1.2.3-54-g00ecf