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 1212 "private" : false ,
1313 "scripts" : {
1414 "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" ,
1616 "build" : " vue-cli-service build --name vuedraggable --entry ./src/vuedraggable.js --target lib" ,
1717 "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" ,
1919 "test:unit" : " vue-cli-service test:unit --coverage" ,
2020 "test:coverage" : " vue-cli-service test:unit --coverage --verbose && codecov" ,
2121 "build:type" : " tsc"
You can’t perform that action at this time.
0 commit comments