Skip to content

Commit fba55c2

Browse files
committed
build: remove release_docs script, add release_canary script
1 parent bf28501 commit fba55c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"lint:tone": "alex .",
5151
"lint": "run-s lint:*",
5252
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
53+
"release_canary": "lerna publish -c --preid next --yes",
5354
"release": "run-s clean build go_no_go release:packages changelog",
5455
"release:packages": "lerna publish",
5556
"test_modules": "CI=true lerna run test --stream",
5657
"go_no_go": "node scripts/go_no_go.js",
57-
"release_docs": "lerna run release --stream --scope react-dnd-documentation",
5858
"verify_source": "run-p lint build",
5959
"run_tests": "run-p test_modules jest:cov",
6060
"test": "run-s clean verify_source run_tests",

0 commit comments

Comments
 (0)