diff --git a/package.json b/package.json index 0ee2f2be..1f7f2861 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "url": "git+https://github.com/munshkr/flok.git" }, "scripts": { - "build": "lerna run build" + "build": "lerna run build", + "check": "lerna run check" }, "keywords": [ "codemirror", diff --git a/packages/web/package.json b/packages/web/package.json index d26dc092..d4411ff0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -18,7 +18,8 @@ "dev": "cross-env NODE_ENV=development node ./bin/flok-web.js", "prebuild": "node script/prebuild.js", "build": "npm run prebuild && tsc && vite build", - "start": "node ./bin/flok-web.js" + "start": "node ./bin/flok-web.js", + "check": "tsc --noEmit" }, "dependencies": { "@flok-editor/server-middleware": "^1.0.1",