diff --git a/package.json b/package.json index d6be007a..ab4b38ae 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "scripts": { "prebuild": "run-s clean", "build": "tsc --build tsconfig.json --force", + "start": "run-s 'build -w'", "test": "jest", "test:generate-dashboard": "jest --config=./jest.generate-dashboard.config.cjs", "lint": "run-s lint:*",