Skip to content

Commit

Permalink
postbuild fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 4, 2024
1 parent c2fc273 commit c3177a0
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"postbuild": "cp package*.json dist && cd dist && pnpm install --omit=dev",
"postbuild": "cp package*.json dist && cd dist && pnpm install --prod",
"test": "nyc --reporter=lcov mocha --exit --require ts-node/register test/*.ts",
"coverage:badge": "coverage-badge-creator",
"bin": "node dist/bin/index.js",
Expand Down

0 comments on commit c3177a0

Please sign in to comment.