File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ before_install:
15
15
before_script :
16
16
- npm prune
17
17
script :
18
+ - npm run test
18
19
- npm run build
19
20
after_success :
20
21
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-router-middleware-plugin" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " A vue.js plugin to implement a middleware pipeline between your routes." ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
10
10
"scripts" : {
11
11
"type-check" : " tslint-config-prettier-check ./tslint.json" ,
12
12
"type-check:watch" : " tsc --noEmit --watch" ,
13
- "prebuild" : " npm run precommit " ,
13
+ "prebuild" : " npm run lint " ,
14
14
"build" : " npm run build:types && npm run build:js" ,
15
15
"build:types" : " tsc --emitDeclarationOnly" ,
16
16
"build:js" : " babel src --out-dir build --extensions \" .ts,.tsx\" --source-maps inline" ,
You can’t perform that action at this time.
0 commit comments