diff --git a/package.json b/package.json index 35f1b37..435201c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "scripts": { "dev": "ncc -smw --license licenses.txt build src/main.ts", "build": "ncc -sm --license licenses.txt build src/main.ts", - "push": "np --preview --no-cleanup --no-publish --message 'chore: v%s'" + "push": "np --preview --no-cleanup --no-publish --message 'chore: v%s'", + "version": "pnpm run build && git add dist" }, "dependencies": { "@actions/core": "^1.10.0",