New token

This commit is contained in:
Nathan Bierema 2020-07-28 15:55:02 -04:00
parent 5962b35a02
commit 902dda1387

View File

@ -17,7 +17,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": "cross-env GH_TOKEN=6d098392922ac4cd9a79f27feb31749e5914cd3c lerna publish --conventional-commits --create-release github", "publish": "cross-env GH_TOKEN=d0733e7148eb3639792576a85a541ea02549f8b2 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",