Skip to content

Commit 4272821

Browse files
committed
chore: rename script
1 parent 89d09fb commit 4272821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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"

0 commit comments

Comments
 (0)