Change that

This commit is contained in:
Nathan Bierema 2020-07-28 14:57:54 -04:00
parent 0294e0ae2a
commit 7bf1471a1a

View File

@ -16,7 +16,7 @@
"lerna": "lerna", "lerna": "lerna",
"build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path", "build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
"build:all": "lerna run build", "build:all": "lerna run build",
"publish": "lerna publish", "publish": "lerna publish --conventional-commits --create-release github",
"canary": "lerna publish --canary preminor --npm-tag alpha", "canary": "lerna publish --canary preminor --npm-tag alpha",
"next": "lerna publish --bump prerelease --npm-tag next", "next": "lerna publish --bump prerelease --npm-tag next",
"lint": "eslint '**/*.{js,jsx}' --cache", "lint": "eslint '**/*.{js,jsx}' --cache",