diff --git a/package.json b/package.json index 6771df6..ed1bd47 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "url": "git+https://github.com/nulxrd/latest-php-releases-action.git" }, "scripts": { + "bundle": "npm run lint && npm run build", "build": "ncc build ./src/index.ts -o dist --source-map --minify --license licenses.txt", "build:watch": "ncc build ./src/index.ts -o dist --source-map --watch", "lint": "eslint .",