Skip to content

Commit

Permalink
chore: πŸ€– add docs related command to npm scripts
Browse files Browse the repository at this point in the history
βœ… Closes: Tokyo-Metro-Gov#4175
  • Loading branch information
shufo committed May 20, 2020
1 parent 580db3d commit 1f9ba4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down

0 comments on commit 1f9ba4f

Please sign in to comment.