You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
{
2
2
"name": "root",
3
+
"version": "0.2.8",
3
4
"private": true,
4
-
"workspaces": ["packages/*"],
5
+
"workspaces": [
6
+
"packages/*"
7
+
],
5
8
"homepage": "https://chonky.io/",
6
9
"author": {
7
10
"name": "Timur Kuzhagaliyev",
@@ -13,6 +16,12 @@
13
16
"**/immer": "10.1.1"
14
17
},
15
18
"scripts": {
16
-
"build": "cd ./packages/chonky && npm run build && cd ../chonky-icon-fontawesome && npm run build"
19
+
"build": "cd ./packages/chonky-icon-fontawesome && npm run build && cd ../chonky && npm run build",
20
+
"release:version": "npm version patch -m \"release: v%s\" --no-git-tag-version && npm version patch -m \"release: v%s\" --no-git-tag-version --workspace=packages/chonky && npm version patch -m \"release: v%s\" --no-git-tag-version --workspace=packages/chonky-icon-fontawesome",
21
+
"release:version:minor": "npm version minor -m \"release: v%s\" --no-git-tag-version && npm version minor -m \"release: v%s\" --no-git-tag-version --workspace=packages/chonky && npm version minor -m \"release: v%s\" --no-git-tag-version --workspace=packages/chonky-icon-fontawesome",
0 commit comments