Skip to content

Commit

Permalink
chore: force build for docus docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 17, 2021
1 parent 60e86b2 commit f6104b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "nuxt dev docs",
"generate": "nuxt generate docs",
"generate": "nuxt generate --force-build docs",
"lint": "eslint --ext .js,.vue .",
"prepare": "yarn link ; yarn link docus",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
Expand Down

1 comment on commit f6104b2

@vercel
Copy link

@vercel vercel bot commented on f6104b2 Feb 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.