diff --git a/package.json b/package.json index eb9f1db3..c453ef9b 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,7 @@ "build:types": "tsc -p tsconfig.json --emitDeclarationOnly", "format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore", "lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"", - "prepublishOnly": "yarn build:source", - "release:prepare": "yarn changeset version", - "release": "yarn changeset publish", + "release": "yarn build && yarn changeset publish", "test": "jest", "test:ci": "jest --ci --config jest.ci.config.js --runInBand", "test:types": "tsc -p tsconfig.json --noEmit",