Skip to content

Commit a0caca1

Browse files
committed
Update package scripts
1 parent c7b5d97 commit a0caca1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"private": true,
55
"workspaces": [
66
"dev-packages/*"
@@ -16,9 +16,9 @@
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
},

0 commit comments

Comments
 (0)