diff --git a/package.json b/package.json index 1d1dd37b44..e5410975d3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "compile": "env NODE_ENV=production concurrently yarn:compile:*", "compile:main": "yarn run webpack --config webpack.main.ts", "compile:renderer": "yarn run webpack --config webpack.renderer.ts", - "compile:extension-types": "yarn run webpack --config webpack.extensions.ts", + "compile:extension-types": "yarn run webpack --config webpack.extension-api.ts", "npm:fix-package-version": "yarn run ts-node build/set_npm_version.ts", "build:linux": "yarn run compile && electron-builder --linux --dir -c.productName=Lens", "build:mac": "yarn run compile && electron-builder --mac --dir -c.productName=Lens", diff --git a/webpack.extensions.ts b/webpack.extension-api.ts similarity index 100% rename from webpack.extensions.ts rename to webpack.extension-api.ts