Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 4, 2021
1 parent 3626aef commit 56c6fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"build": "tsc --project ./tsconfig.build.json",
"clean": "rimraf .nyc_output coverage dist docs/.vuepress/dist",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs": "npm run build && vuepress dev docs",
"docs:build": "npm run build && vuepress build docs",
"generate": "ts-node scripts/update.ts",
"lint": "eslint --ext js,ts lib scripts tests/lib docs/.vuepress --ignore-pattern \"!.*\"",
"lint:docs": "eslint --ext js,vue,md docs --ignore-pattern \"!.*\"",
Expand Down

0 comments on commit 56c6fea

Please sign in to comment.