We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf28501 commit fba55c2Copy full SHA for fba55c2
package.json
@@ -50,11 +50,11 @@
50
"lint:tone": "alex .",
51
"lint": "run-s lint:*",
52
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
53
+ "release_canary": "lerna publish -c --preid next --yes",
54
"release": "run-s clean build go_no_go release:packages changelog",
55
"release:packages": "lerna publish",
56
"test_modules": "CI=true lerna run test --stream",
57
"go_no_go": "node scripts/go_no_go.js",
- "release_docs": "lerna run release --stream --scope react-dnd-documentation",
58
"verify_source": "run-p lint build",
59
"run_tests": "run-p test_modules jest:cov",
60
"test": "run-s clean verify_source run_tests",
0 commit comments