Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 28, 2020
1 parent b60a0e0 commit 820de23
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 8,520 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.0",
"cross-env": "^7.0.2",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-babel": "^5.3.0",
Expand All @@ -16,7 +17,7 @@
"lerna": "lerna",
"build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
"build:all": "lerna run build",
"publish": "lerna publish --conventional-commits --create-release github",
"publish": "croos-env GH_TOKEN=6d098392922ac4cd9a79f27feb31749e5914cd3c lerna publish --conventional-commits --create-release github",
"canary": "lerna publish --canary preminor --npm-tag alpha",
"next": "lerna publish --bump prerelease --npm-tag next",
"lint": "eslint '**/*.{js,jsx}' --cache",
Expand Down
Loading

0 comments on commit 820de23

Please sign in to comment.