diff --git a/lerna.json b/lerna.json index 3e88726ccd..129044dfec 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,8 @@ "verifyRegistry": false, "allowBranch": [ "master", - "develop" + "develop", + "next" ], "message": "chore: publish" } diff --git a/package.json b/package.json index d3ae49a57f..2fa584e9b1 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "site:deploy": "npm run site:build && gh-pages -d public", "prebuild": "run-p tsc lint", "build": "lerna exec --parallel 'BABEL_ENV=build babel src --root-mode upward --out-dir dist --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments'", - "postbuild": "yarn build:declarations", + "todo:postbuild": "yarn build:declarations", "fix": "run-p -c 'lint:ts-* --fix'", "lint:css": "stylelint 'packages/**/*.ts{,x}'", "lint:ts-prod": "tslint --config tslint.prod.json 'packages/**/*.ts{,x}'",