Update release script

To workaround breaking change in npm patch 🎉
This commit is contained in:
rijkvanzanten
2021-08-09 17:51:54 -04:00
parent 96be02701b
commit 1330f69eb8

View File

@@ -15,7 +15,7 @@
"dev": "lerna run dev --stream --parallel",
"build": "lerna run build",
"pack": "node docker/pack",
"release": "lerna version --force-publish --exact",
"release": "lerna version --force-publish --exact --no-push && echo \"Don't forget to update package-lock and push the changes to GH!\"",
"test": "lerna run test",
"test:e2e": "jest tests -c tests/jest.config.js",
"test:e2e:watch": "npm run test:e2e -- --watch",