diff --git a/package.json b/package.json index 54f2c1c48cf8..9d80aeb7cb2a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "lint:fix": "eslint './**/*.{js,ts,vue}' --fix", "stylelint": "stylelint '**/*.{css,scss,vue}'", "stylelint:fix": "stylelint --fix '**/*.{css,scss,vue}'", - "clean-hardsource": "rimraf ./node_modules/.cache/hard-source" + "clean-hardsource": "rimraf ./node_modules/.cache/hard-source", + "docs:dev": "vuepress dev docs", + "docs:build": "vuepress build docs" }, "lint-staged": { "*.{js,ts,css,vue}": [