Skip to content

Commit

Permalink
feat: adds only-allow
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Jan 28, 2022
1 parent 1125070 commit a74c7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"lint:ci": "eslint index.js",
"prepush": "pnpm run lint && pnpm test",
"postpublish": "git tag $npm_package_version && git push origin --tags && pnpm run chore",
"preinstall": "npx only-allow pnpm",
"report:coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"test": "nyc mocha test.js --timeout 10s --coverage"
},
Expand Down

0 comments on commit a74c7bd

Please sign in to comment.