Skip to content

Commit

Permalink
fix(package): script
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Feb 24, 2024
1 parent e73e64a commit d57a3fc
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 @@ -23,7 +23,7 @@
},
"scripts": {
"generate-docs": "typedoc",
"build": "tsc --build tsconfig.json --force",
"build": "tsc --build tsconfig.json",
"cli": "npm run build && node -r dotenv/config ./dist/cli/cli.js",
"format": "npm run lint:eslint -- --fix",
"prepack": "npm run build",
Expand Down

0 comments on commit d57a3fc

Please sign in to comment.