mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-17 00:00:35 +03:00
build: add deploy sh
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"clean": "rimraf locale index.*",
|
||||
"lint": "eslint src/**/*.{js,vue}",
|
||||
"deploy:build": "parcel build ./example/index.html --public-url ./ --out-dir _site --no-source-maps --no-minify",
|
||||
"deploy": "bash build/gh-pages-deploy.sh",
|
||||
"format": "prettier --write src/**/*",
|
||||
"test": "jest",
|
||||
"cov": "jest --coverage --coverageReporters=text-lcov | coveralls",
|
||||
|
||||
Reference in New Issue
Block a user