Skip to content

Commit

Permalink
chore: fix pre-publish missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 10, 2024
1 parent d328a4a commit 3ea7280
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 @@ -16,7 +16,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "tsc --project ./tsconfig.build.json",
"prepublishOnly": "nr build",
"prepublishOnly": "pnpm run build",
"test": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"",
"test:debug": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"",
"test:coverage": "nyc mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\" --timeout 60000",
Expand Down

0 comments on commit 3ea7280

Please sign in to comment.