Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 475ec0f

Browse files
fix: unit test command
1 parent 275ed00 commit 475ec0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ cache:
1212
install:
1313
- yarn install
1414
script:
15+
- yarn test:unit
1516
- yarn build:lib
1617
- yarn check:size
17-
- yarn test
1818
- yarn build:demo
1919
after_script:
2020
- npm install -g codecov

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"serve": "vue-cli-service serve",
99
"test:unit": "vue-cli-service test:unit",
10+
"test": "vue-cli-service test:unit",
1011
"lint": "vue-cli-service lint --fix",
1112
"build:demo": "cross-env NODE_ENV=production vue-cli-service build",
1213
"build:lib": "cross-env NODE_ENV=production tsc ./src/lib/VueStringFilter.ts -m CommonJS --outDir ./libs",

0 commit comments

Comments
 (0)