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 285e281 commit cf5e4eeCopy full SHA for cf5e4ee
package.json
@@ -13,6 +13,7 @@
13
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-tiny-pagination.umd.js",
14
"compile:docs": "cross-env NODE_ENV=production webpack --progress --hide-modules",
15
"deploy:docs": "push-dir --dir=public --branch=gh-pages",
16
+ "prepublish": "npm test && npm run build",
17
"test": "jest"
18
},
19
"main": "dist/vue-tiny-pagination.umd.js",
0 commit comments