Skip to content

Commit

Permalink
Merge pull request serverless#5551 from serverless/no-sentry-dsn-on-r…
Browse files Browse the repository at this point in the history
…elease

Remove prepublish script
  • Loading branch information
dschep authored Nov 30, 2018
2 parents c95bde6 + 3f9fbd1 commit 4cf6b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"integration-test-cleanup": "node scripts/integration-test-cleanup.js",
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
"complex-integration-test": "jest --maxWorkers=5 integration",
"postinstall": "node ./scripts/postinstall.js",
"prepublishOnly": "./scripts/shrinkwrap && node ./scripts/pre-release.js"
"postinstall": "node ./scripts/postinstall.js"
},
"jest": {
"testRegex": "(\\.|/)(tests)\\.js$",
Expand Down

0 comments on commit 4cf6b19

Please sign in to comment.