diff --git a/package.json b/package.json index e296a12..42717d5 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,9 @@ "lint": "eslint \"*/**/*.{ts,js,json}\"", "lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix", "build": "rollup --config ./rollup.config.mjs", - "prepublishOnly": "npm run doc && npm run lint && npm run test && npm run build", - "version": "npm run prepublishOnly && git add ." + "prepublishOnly": "npm run build && npm run lint && npm run test", + "build-all-and-test": "npm run doc && npm run lint && npm run test && npm run build", + "version": "npm run build-all-and-test && git add ." }, "dependencies": { "xml-js": "^1.6.11"