Skip to content

Commit

Permalink
Add pkg script to package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lafkpages committed Apr 6, 2023
1 parent b54705c commit 71e3fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "rm dist/*; npx pkg ."
},
"pkg": {
"assets": [],
Expand Down

0 comments on commit 71e3fb7

Please sign in to comment.