Skip to content

Commit cf9776c

Browse files
committed
more tweak
1 parent b4c9de5 commit cf9776c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,5 @@
190190
"vue": "3.2.45",
191191
"vite": "2.6.14"
192192
}
193-
},
194-
"workspaces": [
195-
"packages/*"
196-
]
193+
}
197194
}

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -x
3+
set -xe
44

55
# Restore all git changes
66
git restore -s@ -SW -- packages

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# set -e
3+
set -e
44

55
# Restore all git changes
66
git restore -s@ -SW -- packages

0 commit comments

Comments
 (0)