Skip to content

Commit

Permalink
Don't generate package-lock files on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
XDex committed Jan 21, 2022
1 parent 39e990e commit 04c5d17
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 @@ -8,8 +8,8 @@
"coverage": "node tools/mapCoverage.js",
"format": "lerna run format",
"lint": "lerna run lint",
"prepublish": "npm run build",
"pretty-quick": "pretty-quick",
"prepublish": "lerna bootstrap && lerna run build",
"publish": "node tools/npm-publish.js",
"test": "lerna run test --stream && npm run coverage",
"updateTestArtifacts": "bash tools/updateTestSchema.sh",
Expand Down

0 comments on commit 04c5d17

Please sign in to comment.