diff --git a/package.json b/package.json index 551eb58..fb79aa7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ ], "scripts": { "build": "rimraf dist && tsc", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "version": "pnpm run build && git add dist" }, "author": "Râu Cao ", "license": "MIT",