Skip to content

Commit eca1fb6

Browse files
committed
1 parent 3961c5d commit eca1fb6

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.4
2+
3+
- docs: modify README.md
4+
15
## 1.3.3
26

37
- fix: Vue3 SSR default error

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-class-setup",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"types": "dist/index.d.ts",

script/test-all.sh

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ yarn lint
88
yarn run build
99
yarn run coverage
1010

11-
mv node_modules node_modules_back
11+
# mv node_modules node_modules_back
1212

13-
cd examples/vite-vue2
14-
rm -rf node_modules
15-
yarn install
16-
yarn run build
17-
cd ../../
13+
# cd examples/vite-vue2
14+
# rm -rf node_modules
15+
# yarn install
16+
# yarn run build
17+
# cd ../../
1818

19-
cd examples/vite-vue3
20-
rm -rf node_modules
21-
yarn install
22-
yarn run build
23-
cd ../../
19+
# cd examples/vite-vue3
20+
# rm -rf node_modules
21+
# yarn install
22+
# yarn run build
23+
# cd ../../
2424

25-
mv node_modules_back node_modules
25+
# mv node_modules_back node_modules
2626
yarn run coveralls

0 commit comments

Comments
 (0)