We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161a4e0 commit 6f58587Copy full SHA for 6f58587
package.json
@@ -15,10 +15,10 @@
15
"build:docs": "vue-cli-service build ./example/main.js --dest docs --mode development",
16
"build": "vue-cli-service build --name vuedraggable --entry ./src/vuedraggable.js --target lib",
17
"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",
+ "prepublishOnly": "npm run lint && npm run test:unit && npm run build:docs && npm run build:types && npm run build",
19
"test:unit": "vue-cli-service test:unit --coverage",
20
"test:coverage": "vue-cli-service test:unit --coverage --verbose && codecov",
21
- "build:type": "tsc"
+ "build:types": "tsc"
22
},
23
"keywords": [
24
"vue",
0 commit comments