diff --git a/package.json b/package.json index f23989f..fdf7a5e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "yo" ], "scripts": { - "build": "npm run lint && npm run clean && npm run build:start", + "build": "run-s lint clean build:start", "build:start": "tsup ./src/index.ts --format cjs,esm,iife --dts", "build:types-check": "tsc --project tsconfig.check.json", "build:types-temp": "tsup --dts-only --outDir temp -p src/node", @@ -54,11 +54,6 @@ "test:watch": "jest --watch", "typecheck": "tsc --noEmit" }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, "devDependencies": { "@eslint/js": "^9.4.0", "@prettier/plugin-pug": "^3.0.0", @@ -77,12 +72,13 @@ "prettier-plugin-pkg": "^0.18.1", "prettier-plugin-svelte": "^3.2.3", "rimraf": "^5.0.7", + "semantic-release": "^24.0.0", "svelte": "^4.2.17", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.1.0", "typescript": "^5.4.5", - "typescript-eslint": "^7.11.0" + "typescript-eslint": "^7.12.0" }, "husky": { "hooks": {