diff --git a/package.json b/package.json index 6b740ad..14ffef3 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "github-action-setup-xmake", - "version": "1.0.0", + "version": "1.0.1", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu", "license": "GPLv3", + "scripts": { + "start": "tsc --watch" + }, "dependencies": { "@actions/core": "^1.1.3", "@actions/exec": "^1.0.1",