Skip to content

Commit

Permalink
feat(cli): adds alpine distro
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Feb 13, 2023
1 parent d8e0d8d commit b9c1252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"precompile": "npm run build",
"compile": "pkg dist/dats-cli.js -c pkg.config.json",
"compile": "pkg -c pkg.config.json dist/dats-cli.js ",
"build": "tsc -p tsconfig.json",
"build:watch": "npm run build -- -w",
"lint": "eslint --fix --ignore-path .gitignore .",
Expand Down

0 comments on commit b9c1252

Please sign in to comment.