File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
"private" : false ,
13
13
"scripts" : {
14
14
"serve" : " vue-cli-service serve ./example/main.js --open --mode local" ,
15
- "build:doc " : " vue-cli-service build ./example/main.js --dest docs --mode development" ,
15
+ "build:docs " : " vue-cli-service build ./example/main.js --dest docs --mode development" ,
16
16
"build" : " vue-cli-service build --name vuedraggable --entry ./src/vuedraggable.js --target lib" ,
17
17
"lint" : " vue-cli-service lint src example" ,
18
- "prepublishOnly" : " npm run lint && npm run test:unit && npm run build:doc && npm run build:type && npm run build" ,
18
+ "prepublishOnly" : " npm run lint && npm run test:unit && npm run build:docs && npm run build:type && npm run build" ,
19
19
"test:unit" : " vue-cli-service test:unit --coverage" ,
20
20
"test:coverage" : " vue-cli-service test:unit --coverage --verbose && codecov" ,
21
21
"build:type" : " tsc"
You can’t perform that action at this time.
0 commit comments