File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " parent" ,
3- "version" : " 2.2.0-next " ,
3+ "version" : " 2.2.1 " ,
44 "private" : true ,
55 "workspaces" : [
66 " dev-packages/*"
1616 "lint:ci" : " yarn lint -o eslint.xml -f checkstyle" ,
1717 "lint:fix" : " yarn lint --fix" ,
1818 "prepare" : " yarn build" ,
19- "publish:latest" : " lerna publish from-git --no-git-reset --no-git-tag-version --no- verify-access --no-push" ,
20- "publish:next" : " lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git- tag-version --no-push --ignore-scripts --yes" ,
21- "publish:prepare" : " lerna version --ignore-scripts --yes --no-push" ,
19+ "publish:latest" : " lerna publish from-git --no-verify-access --no-push" ,
20+ "publish:next" : " lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-tag-version --no-push --ignore-scripts --yes" ,
21+ "publish:prepare" : " lerna version --ignore-scripts --yes --no-push --exact " ,
2222 "start:cli" : " yarn --cwd dev-packages/cli start" ,
2323 "watch" : " tsc -b -w --preserveWatchOutput"
2424 },
You can’t perform that action at this time.
0 commit comments