diff --git a/package.json b/package.json index 15d633f..61f2f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "funda-chrome-extension", - "version": "0.6.0", + "version": "0.6.1", "main": "index.js", "license": "MIT", "scripts": { @@ -8,7 +8,7 @@ "build": "webpack --config webpack.config.js --env.BUILD_MODE=production", "test": "webpack --config webpack.config.js --env.BUILD_MODE=test && jest --config=tests/jest.config.js", "test:ci": "npm ci && npm run test", - "release": "npm run build && ./create-release-zip.sh" + "release": "rm -rf build && npm run build && ./create-release-zip.sh" }, "devDependencies": { "clean-webpack-plugin": "^3.0.0",