diff --git a/packages/epo-react-lib/.clean-publish b/packages/epo-react-lib/.clean-publish deleted file mode 100644 index 4978ed22..00000000 --- a/packages/epo-react-lib/.clean-publish +++ /dev/null @@ -1,3 +0,0 @@ -{ - "packageManager": "yarn" -} diff --git a/packages/epo-react-lib/package.json b/packages/epo-react-lib/package.json index 66261c3f..7b9c638e 100644 --- a/packages/epo-react-lib/package.json +++ b/packages/epo-react-lib/package.json @@ -22,14 +22,13 @@ "build": "tsc && vite build", "fix-js": "prettier --write \"**/*.{js,jsx}\" && eslint -c .eslintrc.js \"**/*.{js,jsx,ts,tsx}\" --fix", "lint-js": "prettier --check \"**/*.{js,jsx}\" & eslint -c .eslintrc.js \"**/*.{js,jsx,ts,tsx}\"", - "publish-beta": "yarn build && clean-publish --tag beta", - "publish-local": "yarn build && clean-publish --without-publish", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build-storybook:production": "yarn build-storybook -o ../../storybook-static", "test": "NODE_OPTIONS=--experimental-vm-modules jest --max-workers=2", "test:generate-output": "yarn test --json --outputFile=.jest-test-results.json || true", - "release": "yarn build && clean-publish --without-publish && semantic-release -e semantic-release-monorepo --debug" + "prepublishOnly": "yarn build", + "release": "semantic-release -e semantic-release-monorepo --debug" }, "files": [ "CHANGELOG.md", @@ -105,7 +104,6 @@ "@types/react-slider": "^1.3.6", "@vitejs/plugin-react": "^4", "babel-loader": "^8.2.5", - "clean-publish": "^4.0.1", "cssnano": "^7.0.2", "i18next": "23", "i18next-browser-languagedetector": "^8.0.0", diff --git a/packages/epo-widget-lib/.clean-publish b/packages/epo-widget-lib/.clean-publish deleted file mode 100644 index 4978ed22..00000000 --- a/packages/epo-widget-lib/.clean-publish +++ /dev/null @@ -1,3 +0,0 @@ -{ - "packageManager": "yarn" -} diff --git a/packages/epo-widget-lib/package.json b/packages/epo-widget-lib/package.json index 7f6ccfbd..a1457011 100644 --- a/packages/epo-widget-lib/package.json +++ b/packages/epo-widget-lib/package.json @@ -22,15 +22,13 @@ "build": "tsc && vite build", "fix-js": "prettier --write \"**/*.{js,jsx}\" && eslint -c .eslintrc.js \"**/*.{js,jsx,ts,tsx}\" --fix", "lint-js": "prettier --check \"**/*.{js,jsx}\" & eslint -c .eslintrc.js \"**/*.{js,jsx,ts,tsx}\"", - "publish-clean": "yarn test && yarn build && clean-publish", - "publish-beta": "yarn build && clean-publish --tag beta", - "publish-local": "yarn build && clean-publish --without-publish", "storybook": "storybook dev -p 6007", "build-storybook": "storybook build", "build-storybook:production": "yarn build-storybook -o ../../storybook-static/epo-widget-lib", "test": "jest --max-workers=2", "test:generate-output": "yarn test --json --outputFile=.jest-test-results.json || true", - "release": "yarn build && clean-publish --without-publish && semantic-release -e semantic-release-monorepo --debug" + "prepublishOnly": "yarn build", + "release": "semantic-release -e semantic-release-monorepo --debug" }, "files": [ "README.md", @@ -72,7 +70,6 @@ "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^4", "babel-loader": "^8.3.0", - "clean-publish": "^4.2.0", "i18next": "23", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", diff --git a/yarn.lock b/yarn.lock index 8371bd33..bd603570 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7166,16 +7166,6 @@ classnames@^2.3.2: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== -clean-publish@^4.0.1, clean-publish@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/clean-publish/-/clean-publish-4.2.0.tgz#f72134437d4367962da02711099c70d134147a71" - integrity sha512-dqZF5y6KtlkYhbnJoXiOCP4L1TPdI7HtuDysslUrbI8vLPu65ZjVO3pu5xp4qH0X2cWdDN/La04woe6fg4LNSw== - dependencies: - cross-spawn "^7.0.3" - fast-glob "^3.2.12" - lilconfig "^2.1.0" - micromatch "^4.0.5" - clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -7490,10 +7480,10 @@ conventional-changelog-angular@^8.0.0: dependencies: compare-func "^2.0.0" -conventional-changelog-conventionalcommits@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5" - integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w== +"conventional-changelog-conventionalcommits@>= 8.0.0", conventional-changelog-conventionalcommits@^7.0.2: + version "8.0.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz#3fa2857c878701e7f0329db5a1257cb218f166fe" + integrity sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA== dependencies: compare-func "^2.0.0" @@ -9022,7 +9012,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.12, fast-glob@^3.2.9: +fast-glob@^3.2.9: version "3.2.12" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== @@ -11543,11 +11533,6 @@ libnpmversion@^6.0.3: proc-log "^4.2.0" semver "^7.3.7" -lilconfig@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" - integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== - lilconfig@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" @@ -11952,7 +11937,7 @@ micromatch@^4.0.2: braces "^3.0.3" picomatch "^2.3.1" -micromatch@^4.0.4, micromatch@^4.0.5: +micromatch@^4.0.4: version "4.0.5" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==