Skip to content

Commit

Permalink
Remove outdated workaround for safe-publish-latest
Browse files Browse the repository at this point in the history
npm_command is now exposed by pnpm: https://github.com/pnpm/pnpm/releases/tag/v7.22.0
  • Loading branch information
paescuj committed Jan 3, 2023
1 parent ecc9d3c commit 08c971d
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 @@
"format:fix": "pnpm run format --write",
"lint": "eslint --ignore-path .gitignore --ext mjs,js,ts .",
"lint:fix": "pnpm run lint --fix",
"prepublishOnly": "safe-publish-latest --force-in-publish && pnpm run build",
"prepublishOnly": "safe-publish-latest && pnpm run build",
"report-coverage": "cat coverage/lcov.info | coveralls",
"test": "jest",
"prepare": "husky install"
Expand Down

0 comments on commit 08c971d

Please sign in to comment.