Skip to content

Commit

Permalink
build: add a script to making the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sxbrsky committed Jun 19, 2024
1 parent 3539ebd commit 7592f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 7592f74

Please sign in to comment.