chore(build): improve versioning control (#1855)

This commit is contained in:
Shawn Erquhart 2018-11-05 13:32:39 -05:00 committed by GitHub
parent ec7f234349
commit e2544a6bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1355 additions and 481 deletions

View File

@ -22,8 +22,12 @@
"e2e": "run-s e2e-prep e2e-run",
"e2e-ci": "run-s e2e-prep e2e-run-ci",
"e2e-dev": "start-test develop 8080 e2e-exec-dev",
"dryrun": "lerna publish --skip-npm --skip-git",
"publish": "run-s bootstrap dryrun build && git checkout . && lerna publish",
"prepublishOnly": "run-s bootstrap build",
"publish": "run-s publish:version publish:push",
"publish:version": "lerna version --no-push",
"publish:push": "lerna publish --from-git",
"publish:dry-run": "lerna version --no-git-tag-version --no-push",
"publish:dangerously-remove-current-commit-tags": "git tag -d $(git tag -l --points-at HEAD)",
"format": "run-s \"lint:css -- --fix --quiet\" \"lint:js -- --fix --quiet\" \"format:prettier -- --write\"",
"format:prettier": "prettier \"{{packages,scripts,website}/**/,}*.{js,css}\"",
"lint": "run-p -c --aggregate-output lint:*",
@ -75,7 +79,7 @@
"jest": "^23.4.0",
"jest-cli": "^23.4.0",
"jest-emotion": "^9.2.7",
"lerna": "^2.11.0",
"lerna": "^3.4.0",
"npm-run-all": "^4.1.3",
"prettier": "1.14.0",
"raf": "^3.4.0",

1826
yarn.lock

File diff suppressed because it is too large Load Diff