diff --git a/packages/core/package.json b/packages/core/package.json index b07b4c5370..8245491d07 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -51,7 +51,6 @@ "author": "OpenLens Authors ", "scripts": { "build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress && linkable-push", - "dev": "cross-env NODE_ENV=development webpack --config webpack/library-bundle.ts --progress --watch", "clean": "rimraf dist static/build", "test:unit": "jest --testPathIgnorePatterns integration", "test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func",