Skip to content

Commit

Permalink
🏠 Remove snyk-protect when preparing package for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldcomanici committed Apr 19, 2020
1 parent ec83129 commit 3ee99b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-plugin-auto-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lint": "npm run lint-source && npm run lint-tests",
"lint-source": "eslint ./src",
"lint-tests": "eslint ./__tests__",
"prepare": "npm run snyk-protect",
"prepublishOnly": "npm run build",
"postinstall": "node ./scripts/postinstall.js || exit 0",
"report-coverage": "codecov",
Expand Down

0 comments on commit 3ee99b4

Please sign in to comment.