Skip to content

Commit

Permalink
Revert "fix(package): update postbuild:docs command"
Browse files Browse the repository at this point in the history
This reverts commit 8045c7b.
  • Loading branch information
benjamincanac committed May 4, 2022
1 parent 9651f4a commit f65f4aa
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 @@ -19,7 +19,7 @@
"prepack": "yarn build",
"dev": "nuxi dev docs",
"build:docs": "nuxi build docs",
"postbuild:docs": "mv ./docs/.vercel_build_output dist",
"postbuild:docs": "mv ./docs/.vercel_build_output .vercel_build_output",
"lint": "eslint --ext .ts,.js,.vue .",
"release": "yarn lint && standard-version && git push --follow-tags"
},
Expand Down

0 comments on commit f65f4aa

Please sign in to comment.