Upgrade package versions (#256)

This commit is contained in:
2022-11-23 18:23:26 +05:30
committed by GitHub
parent 4bfb007a7e
commit b08fcebe54
17 changed files with 55 additions and 54 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
"build": "lerna run build --stream",
"build:watch": "lerna run build --stream --parallel -- -w",
"prepare": "husky install",
"publish:workspace": "yarn build && lerna publish"
"publish:workspace": "yarn build && lerna publish",
"version:set": "lerna version --no-git-tag-version"
}
}