mirror of
https://github.com/directus/directus.git
synced 2026-01-24 19:18:07 -05:00
Update release script
To workaround breaking change in npm patch 🎉
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user