From 10a7419fe37cfd5773e98a618a269622798393bf Mon Sep 17 00:00:00 2001 From: Gareth Hancock <64541249+GazHank@users.noreply.github.com> Date: Sat, 19 Jun 2021 18:17:31 +0100 Subject: [PATCH] Lerna changed to use exact version dependencies Config Lerna to publish exact version dependencies per https://github.com/serialport/node-serialport/issues/2270 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6620c4488..f2d80d693 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "outdated": "lerna exec --no-bail npm outdated && npm outdated", "postinstall": "lerna bootstrap --no-ci", "prebuild": "lerna run --stream prebuild", - "publish": "lerna publish", + "publish": "lerna publish --exact", "test": "nyc --reporter=html --reporter=text --reporter lcovonly mocha", "test:arduino": "TEST_PORT=$(./bin/find-arduino.js) npm test", "test:watch": "mocha -w"