Skip to content

Commit 6f58587

Browse files
committed
chore: rename build:type script to build:types
1 parent 161a4e0 commit 6f58587

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
@@ -15,10 +15,10 @@
1515
"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:docs && npm run build:type && npm run build",
18+
"prepublishOnly": "npm run lint && npm run test:unit && npm run build:docs && npm run build:types && npm run build",
1919
"test:unit": "vue-cli-service test:unit --coverage",
2020
"test:coverage": "vue-cli-service test:unit --coverage --verbose && codecov",
21-
"build:type": "tsc"
21+
"build:types": "tsc"
2222
},
2323
"keywords": [
2424
"vue",

0 commit comments

Comments
 (0)